On Tue, Aug 25, 2009 at 3:00 PM, dbadhani<dbadh...@yahoo.com> 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 a perl interface to the Apache API, which makes it
unsuitable for other web servers.

> Basically, I am looking for integrating some of mod_perl functionality in
> some high performance middleware, basically to provide a way to customized,
> "scriptable" request processing in the request processing engine.

You could look at FastCGI, or embedding perl directly.

- Perrin

Reply via email to