Re: cygwin/x symantec antivirus conflict (fixed in snapshot?)

2004-10-10 Thread Christopher Faylor
On Sun, Oct 10, 2004 at 11:33:00PM -0400, Philip Gladstone wrote: >Christopher Faylor wrote: >>Ok. I've changed the algorithm in select. It only opens a DGRAM >>socket now, one time per thread. It uses this to terminate the socket >>thread, if necessary. This socket is never closed until the th

Re: cygwin/x symantec antivirus conflict

2004-10-10 Thread Philip Gladstone
Christopher Faylor wrote: Ok. I've changed the algorithm in select. It only opens a DGRAM socket now, one time per thread. It uses this to terminate the socket thread, if necessary. This socket is never closed until the thread terminates. It sounds like this would more or less fix the problem

Re: cygwin/x symantec antivirus conflict

2004-10-10 Thread Christopher Faylor
On Sun, Oct 10, 2004 at 09:40:38AM -0400, Philip Gladstone wrote: >Christopher Faylor wrote: >><>On Wed, Oct 06, 2004 at 10:36:22PM -0400, Philip Gladstone wrote: >>>The slowness that I see with Symantec Antivirus is due to the 'select' >>>emulation in cygwin. Whenever XWin.exe does a select (which