On 7/28/06, John Peacock <[EMAIL PROTECTED]> wrote:
The pre-fork server, actually...John
Yes, since prefork, unlike fork server, reuses the children it is depended on being able to reset the TLS state which it cannot do curently. I have implmented a ugly hack for ourself in which we simple spawn new children for TLS. This is of cause wrong, but I needed a quick fix. The better solution would be to make sure that TLS alwys stateout on with a clean state even in a reused child. -- Lars Roland
