Re: [users@httpd] MPM prefork
by Richard Lynch other posts by this author
Dec 14 2006 10:22AM messages near this date
Re: [users@httpd] MPM prefork
|
Re: [users@httpd] MPM prefork
On Thu, December 14, 2006 11:09 am, Grant wrote:
> I use mod_perl and I can't use a threaded perl. Does that mean I
> can't use a threaded apache2?
I don't know, but I suspect your analysis is correct.
mod_php also has issues with thread safety that makes MPM in anything
other than pre-fork problematic. Actually, PHP core is probably
fairly safe, but the bulk of the fun stuff is in the extensions, and
some are thread-safe (they think) and some are not. So you *might* be
able to run, but you'd have to do a LOT of testing under load and
real-life conditions, and you'd still not be very certain that there's
no thread-safe issue to bite you.
Assuming mod_perl is more or less the "same" in terms of thread-safety
issues, if Perl isn't threaded, then you probably don't want to risk
it, unless you can do extensive testing.
--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@[...].org
" from the digest: users-digest-unsubscribe@[...].org
For additional commands, e-mail: users-help@httpd.apache.org
Thread:
Grant
Joshua Slive
Grant
Richard Lynch
Grant
|