Gregory (Grisha) Trubetskoy
grisha at modpython.org
Tue May 8 09:47:25 EST 2001
Interesting... Another question - when you say a thread crashes, what exactly do you see - is it something in the log or one of those dr. watson messages? On Tue, 8 May 2001, Chris Trengove wrote: > 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. >
|