Re: Cygwin a bit slow

2024-04-10 Thread Sam Edge via Cygwin
On 10/04/2024 11:34, Christian Franke via Cygwin wrote: J M via Cygwin wrote: ... Specifically for this problem, I have investigated the problem and can be related to pipes and antivirus. Specifically while true do echo ABC | grep AAA done It makes the cpu of that antivirus go up. This is a

Re: Cygwin a bit slow

2024-04-10 Thread Christian Franke via Cygwin
J M via Cygwin wrote: ... Specifically for this problem, I have investigated the problem and can be related to pipes and antivirus. Specifically while true do echo ABC | grep AAA done It makes the cpu of that antivirus go up. This is as expected because malware scanners hook into Win32 API's

Re: Win32 FILE_BASIC_INFORMATION.*Time.QuadPart - which value should be used if filesystem does not support it, so Cygwin /usr/bin/stat lists the value as '-'?

2024-04-10 Thread Corinna Vinschen via Cygwin
On Apr 9 22:30, Brian Inglis via Cygwin wrote: > On 2024-04-09 15:14, Corinna Vinschen via Cygwin wrote: > > On Apr 5 04:26, Martin Wege via Cygwin wrote: > > > On Fri, Apr 5, 2024 at 2:05 AM Martin Wege > > > wrote: > > > > I have problems with debugging, so a quick help would be appreciated,