Re: portability of mod_perl for other web servers/apps

2009-08-26 Thread dbadhani
: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_per

portability of mod_perl for other web servers/apps

2009-08-25 Thread dbadhani
Hi Gurus, I recently started exploring mod_perl, and am really impressed with the flexibility this can provide for Apache. This may sound far fetched, but has anyone tried porting mod_perl for web servers other than Apache. I understand this is developed as a module for Apache, and integrates