RE: Long duration of close(socket) and signal problem

2002-03-20 Thread Ralf Habacker
> > To my great surprise, the close(socket) operation > > took EXTREMELY long. It > > took 0.11 second (CPU usage was low), while this > > operation under MinGW 1.1 > > on the same machine took only 0.00019 second. On > > another Linux machine, > > close took 0.43 second. > > A solution may be

RE: Long duration of close(socket) and signal problem

2002-03-05 Thread Ralf Habacker
> To my great surprise, the close(socket) operation > took EXTREMELY long. It > took 0.11 second (CPU usage was low), while this > operation under MinGW 1.1 > on the same machine took only 0.00019 second. On > another Linux machine, > close took 0.43 second. > An strace of fakeweb with a patch