Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-13 Thread Matus UHLAR - fantomas
> On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > > Bizarre conclusion. Other interpreters are likely more > > thread-aware/thread-exploitative when not embedded in Apache, so > > they'd be less likely to casually link with non-threadsafe libraries. On 12.02.09 23:02, howard chen wrote:

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-12 Thread William A. Rowe, Jr.
howard chen wrote: > On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > >> Bizarre conclusion. Other interpreters are likely more >> thread-aware/thread-exploitative when not embedded in Apache, so >> they'd be less likely to casually link with non-threadsafe libraries. >> > > Why? Since i

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-12 Thread Eric Covener
On Thu, Feb 12, 2009 at 10:02 AM, howard chen wrote: > On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > >> Bizarre conclusion. Other interpreters are likely more >> thread-aware/thread-exploitative when not embedded in Apache, so >> they'd be less likely to casually link with non-threadsa

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-12 Thread howard chen
On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > Bizarre conclusion. Other interpreters are likely more > thread-aware/thread-exploitative when not embedded in Apache, so > they'd be less likely to casually link with non-threadsafe libraries. > Why? Since if mod_php has thread safety pro

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-11 Thread Nick Kew
On Thu, 12 Feb 2009 00:08:08 +0800 howard chen wrote: > But I just wonder, isn't all mod_php/mod_python/mod_perl/mod_ruby are > relying on the same set of popular 3rd party libraries? e.g. zlib, > libxml, expat, iconvso the above statement is also true in > mod_python/mod_perl/mod_ruby? Ther

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-11 Thread Eric Covener
On Wed, Feb 11, 2009 at 11:08 AM, howard chen wrote: > But I just wonder, isn't all mod_php/mod_python/mod_perl/mod_ruby are > relying on the same set of popular 3rd party libraries? e.g. zlib, > libxml, expat, iconvso the above statement is also true in > mod_python/mod_perl/mod_ruby? > > So

RE: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-11 Thread Anthony J. Biacco
bject: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe? Hello, According to PHP install guide, it said... http://hk.php.net/manual/en/faq.installation.php#faq.installation.apache 2 PHP is glue. It is the glue used to build cool web appli

[us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-11 Thread howard chen
Hello, According to PHP install guide, it said... http://hk.php.net/manual/en/faq.installation.php#faq.installation.apache2 PHP is glue. It is the glue used to build cool web applications by sticking dozens of 3rd-party libraries together and making it all appear as one