Re: portability of mod_perl for other web servers/apps

2009-08-26 Thread dbadhani
iptable" request processing in the request processing engine. > > You could look at FastCGI, or embedding perl directly. > > - Perrin > > -- View this message in context: http://www.nabble.com/portability-of-mod_perl-for-other-web-servers-apps-tp25140259p25155493.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: portability of mod_perl for other web servers/apps

2009-08-26 Thread Perrin Harkins
On Tue, Aug 25, 2009 at 3:00 PM, dbadhani wrote: > This may sound far fetched, but has anyone tried porting mod_perl for web > servers other than Apache. No, and it wouldn't really work. A generic approach to running persistent code already exists in the form of FastCGI. The rest of mod_perl is

portability of mod_perl for other web servers/apps

2009-08-25 Thread dbadhani
customized, "scriptable" request processing in the request processing engine. Thanks, Deven -- View this message in context: http://www.nabble.com/portability-of-mod_perl-for-other-web-servers-apps-tp25140259p25140259.html Sent from the mod_perl - General mailing list archive at Nabble.com.