Chris Trengove
trengove at econdata.com.au
Tue May 8 16:27:09 EST 2001
Grisha, I did have KeepAlive On, but it appears to make no difference. I have just tried with KeepAlive Off, and I get the same behaviour. Also, the clients I have been using would be closing the connection after each request. As clients I have been using a Python script with urllib, and a little C++ test program I wrote to see if trying a different client made any difference. It didn't. Chris At 12:22 AM 8/05/2001 -0400, Gregory (Grisha) Trubetskoy wrote: > >Chris - > >Do you have Keepalive enabled? > >Grisha > >On Tue, 8 May 2001, Chris Trengove wrote: > >> Incidentally, if I run enough repetitions of this test setup, I can >> eventually get a situation where one thread crashes, and the other thread >> (just at this point) returns a value like >> >> 632: 1515843<LF>568: 1572286 >> >> that is TWO thread IDs in the one message -- the write buffer of one thread >> is being appended to by the other, somehow.
|