On Tue, 16 Jan 2007, Jonathan Vanasco wrote:
[ ... ]
i just use libapreq. i'd love to figure out a compatibility layer one day , and just be able to abstract all my code from mod_perl so it *could* run under fcgi or something if need be. i severely doubt that will ever happen, but it is a bit disconcerting to me at times that certain things I have are locked into Apache+mod_perl , and not just perl. Not that I want to switch, its just that not having the option to easily switch can lead to a little anxiety.

Although mod_perl is a prerequisite for libapreq2,
enough of the mod_perl APR::* modules can be used
outside of a mod_perl environment so at to make
it possible to use libapreq2 in, eg, a CGI environment.
See the cgi.t test under glue/perl/t/apreq/ in the
libapreq2 sources for an example.

--
best regards,
Randy Kobes

Reply via email to