Re: [Catalyst] May be asynchronous communication between Catalyst applications

2013-02-24 Thread James R. Leu
o.uk/cgi-bin/mailman/listinfo/catalyst > > > Searchable archive: > > http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ > > > Dev site: http://dev.catalyst.perl.org/ > > > > Francisco Obispo > > Director of Applications and Services - ISC > > email: fobi...@isc.org > > Phone: +1 65

Re: [Catalyst] working around request timeouts

2012-08-21 Thread James R. Leu
es, > > Have you try RunAfterRequest Plugin? > > http://search.cpan.org/~flora/Catalyst-Plugin-RunAfterRequest-0.04/lib/Catalyst/Plugin/RunAfterRequest.pm > > Regards, > Chakkit > > On Aug 21, 2012, at 12:07 AM, "James R. Leu" wrote: > > > Hello all,

[Catalyst] working around request timeouts

2012-08-20 Thread James R. Leu
fork and instead have the handler send an early response to the web application and then finish processing the request and not try to send a response when done. Is there a common term for what I'm trying to do like continuation or something like that? Has anyone already done thi

Re: [Catalyst] PAR file - can't build it . Prolly documentation is out of date?

2009-04-16 Thread James R. Leu
it contains all the dependencies > already. > > The recommended solution is to build a local::lib with all your > dependencies in, and keep this in revision control / ship it with the > rest of your application. > > Cheers > t0m > > > __

Re: [Catalyst] Using JSON

2009-04-14 Thread James R. Leu
__ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ > Dev site: http://dev.catalyst.perl.org/ -- James R. Leu j...@minds

Re: [Catalyst] Troubleshooting Help Please

2008-10-06 Thread James R. Leu
('login')); > ># Return 0 to cancel 'post-auto' processing and prevent use > > of application > >return 0; > >} > > > > > > > > Thanks for the help! > > > > > > Paul Cory > > WCPSS W

Re: [Catalyst] Multiple DB, single instance of Cat

2008-09-12 Thread James R. Leu
lyst/ >> Shadowcat Systems Ltd. Want a managed development or deployment >> platform? >> http://chainsawblues.vox.com/http://www.shadowcat.co.uk/ >> servers/ >> >> ___ >> List: Cataly

Re: [Catalyst] IE has problems with catalyst

2008-09-10 Thread James R. Leu
e on. > > > > Hope this helps, > > > > Best regards, > > > > Laurent Dami > > > > ___ > > List: Catalyst@lists.scsys.co.uk > > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > &

Re: [Catalyst] multiple database model support

2008-03-10 Thread James R. Leu
/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ > Dev site: http://dev.catalyst.perl.org/ -- James R. Leu [EMAIL PROTECTED] pgpS86vY20rFL.pgp Description: PGP signature ___ Li

Re: white-labelling [Catalyst]

2008-01-24 Thread James R. Leu
Nice. I'm using a similar setup for my Model. It just never dawned on me I could do that same for the View. Thank you for the suggestion. On Thu, Jan 24, 2008 at 10:12:56AM -0600, Jonathan Rockway wrote: > "James R. Leu" <[EMAIL PROTECTED]> writes: > > >

Re: white-labelling [Catalyst]

2008-01-24 Thread James R. Leu
; customise the look and feel for a client to what they'd like. Too much > separation means more maintenance work when improving your application. > > Carl > > > ___ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scs

Re: [Catalyst] Switching between different databases during a session

2007-11-15 Thread James R. Leu
my $dsn = shift; > >my $connect_info = [ @{$self->{connect_info}} ]; >$$connect_info[0] = $dsn; > >my $schema = $self->clone(); >$schema->connection(@$connect_info); >$self->schema($schema); >

[Catalyst] Catalyst::Engine file handle exhaustion with C::P::JSONRPC

2007-11-05 Thread James R. Leu
>request->{_body}; } So I have a couple of questions: - is there a better way to 'fix' this? - has anyone else seen this? - what else am I breaking by adding this 'hack'? - any prediction as to if this behavior will be the same runn

Re: [Catalyst] Catalyst RPMs for CentOS5

2007-10-19 Thread James R. Leu
advance, > > Markus > > ___ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ > Dev sit