in reply to Re: Re: How common is mod_perl?
in thread How common is mod_perl?

Does this mean, mod_perl only provides Mason the persistent CGI process capability? Or, are any other capabilities of mod_perl taken advantage of by Mason?

That's right. Mason mostly needs mod_perl for persistence. However there are some sweeties only avialable if you use Mason under mod_perl. Like simple configuration via apache config files and access to Apache API.

Put in another way, if the persistence of CGI processes is provided by in a non-mod_perl way (example, FastCGI or SpeedyCGI)

I heard about people who use Mason this way. You can find some info about it in mason maillist archives.

--
Ilya Martynov (http://martynov.org/)