It sounds like there was a particular reason for writing it this way ?

I am considering what effect it will have on me if I simply require that
people use thread pooling, and I'm going to do some tests to see whether
there's still a leak condition or if it stabilizes when I reuse them.

Alex

On 12/21/01 4:20 PM, "Zeev Suraski" <[EMAIL PROTECTED]> wrote:

> Well, it is pretty complicated to fix, even though it's been a very long
> while since I touched this code so I may be wrong.  As far as I recall, the
> TSRM hash tables won't reuse entries that were freed by threads that
> terminated.  Fixing this, especially without hurting performance, may be
> quite complicated.
> 
> That said - I'm not sure it accounts for 1KB per request.  There could be
> leaks in other places.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to