NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
mod_perl @ isp's (Score:1)
Re:mod_perl @ isp's (Score:1)
First of all, we maintain a database of mod_perl-friendly ISPs [apache.org]. New submissions and corrections of the outdated information is more than welcome.
Second, it's true that it's much harder to get ISP give you mod_perl account, due to the nature of mod_perl, mainly because users running on the same Apache host may abuse each others setups. I hope that Apache 2.0 will change that. There are several prototypes for perchild MPMs, which allow you to run several processes, each su-ed into a different user (ala suexec but no forking at request time), and having threads running inside each of those process. At the moment none of these prototypes fully working, so I can't tell whether this will be the panacea, but we shell see.
Currently I know of these two implementations (there could more): perchild mpm [apache.org] and muxmpm [sannes.org]
Stas Bekman [stason.org] of
Reply to This
Parent