--On Saturday, February 28, 2004 10:05 PM -0400 "Marc G. Fournier" <[EMAIL PROTECTED]> wrote:

Someone mentioned to me once that there is an easy/consistent way to
trigger the thread bug where you have 2+ workers in operation ...

Can someone send me a how to on this?

Just issue two GET requests simultaneously. On FreeBSD 4.x, responses are only processed serially and in a one-off manner. That is, the first response will not be sent until the second request is sent.


Note that this is fixed on FreeBSD 5.2+ with either libkse or libthr. libc_r, the default in 5.2, still doesn't work - you have to use libmap.conf, etc.

HTH. -- justin

Reply via email to