On Tue, 16 Jan 2007 05:13:55 -0500
Jonathan Vanasco <[EMAIL PROTECTED]> 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.

   I believe most of the web frameworks provide this sort of
   abstraction, at least I know Gantry ( www.usegantry.org ) does.  

   You can move between the Gantry standalone server, CGI, FCGI, MP1,
   and MP2 with little to no code changes.  ( With the CGI interfaces
   you have to write a bit of code to handle URI location to handler
   mappings that you would normally get from httpd.conf ). 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to