Am Mittwoch, 21. August 2002 22:09 schrieb Shane Caraveo:
> Rasmus Lerdorf wrote:
> > production quality. The best we can do is pick a small set
> > of extensions and a small set of platforms and say that with
> > the limited set of extensions, against a specific set of
> > versions of addon libraries on a specific version of that
> > OS, yes, it should be production quality - maybe.

I believe the designers of the Roxen web server were in a similar 
situation as Roxen is threaded, too. They worked around this 
problem with wrapper functions that kept a per-library lock for 
each library that was not tested as threadsafe.

They gradually improved the granularity of their locks, and 
isolated threadsafe functions, improving performance.

How are the perl people handling this issue? I believe they are 
using the same libs as we do.

Kristian


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to