Re: Single PerlResponseHander for Web Application

2011-07-18 Thread Perrin Harkins
On Mon, Jul 18, 2011 at 6:02 PM, Jerry Pereira wrote: > Single PerlResponseHandler for my application, all requests will be > submitted to this handler, the handler will then dispatch the request to > appropriate sub-handlers based on the URI path. Sounds like Apache2::Dispatch to me. > I also t

Single PerlResponseHander for Web Application

2011-07-18 Thread Jerry Pereira
Hi, I am new to mod_perl and would like to get some suggestion on my current application design. Following is the design: Single PerlResponseHandler for my application, all requests will be submitted to this handler, the handler will then dispatch the request to appropriate sub-handlers based o