Re: Beginner question re. mod_perl

2008-05-17 Thread Sean Davis
On Sat, May 17, 2008 at 11:04 AM, kropotkin <[EMAIL PROTECTED]> wrote: > > Hi > > I'm just trying to understand the basics, having set up my server to run > mod_perl. > > say a request is made which via a Location directive and PerlResponseHandler > directive is handled by my Perl module say Handle

Re: Beginner question re. mod_perl

2008-05-17 Thread Torsten Foertsch
On Sat 17 May 2008, kropotkin wrote: > say a request is made which via a Location directive and > PerlResponseHandler directive is handled by my Perl module say Handler1.pm > , ok a child process is spawned with mod_perl embedded which also loads and > compiles Handler1.pm. Ok. If another request i