[cgiapp] Re: RFC: CGI::Application::Plugin::Cache

2006-07-12 Thread Ricardo SIGNES
* "Jason A. Crome" <[EMAIL PROTECTED]> [2006-07-12T21:13:24] > $self->cache->config({ > driver => 'CacheFastMmap', > share_file => '/home/webapp/cache/mmapcache', > cache_size => '1m', > }); How about add_cache? You could alias add_caches and add a default_cache method. Failing that, I

Re: [cgiapp] Dispatch Problem

2006-07-12 Thread Michael Peters
Michael Petnuch wrote: > Forgot to CC the list. > > > On Jul 10, 2006, at 5:59 PM, Michael Peters wrote: > >> >> >> Michael Petnuch wrote: >>> Hello, >>> >>> I just upgraded to the new version of Dispatch. Everything went >>> smooth, I didn't have to change anything. However, I have been

Re: [cgiapp] Dispatch Problem

2006-07-12 Thread Michael Petnuch
Forgot to CC the list. On Jul 10, 2006, at 5:59 PM, Michael Peters wrote: Michael Petnuch wrote: Hello, I just upgraded to the new version of Dispatch. Everything went smooth, I didn't have to change anything. However, I have been getting a strange error. I checked out the code an

Re: [cgiapp] Re: Class::MOP and performance

2006-07-12 Thread Rob Kinyon
On 7/5/06, Cees Hek <[EMAIL PROTECTED]> wrote: On 7/5/06, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, 2006-07-03 at 08:40 -0400, Ricardo SIGNES wrote: > > This is another good reason to work on making CGI::Application easier to use > > under mod_perl! > > Is there something difficult abou