[Catalyst-dev] Is it possible to have fastCGI keep persistent database handle?

Boris G. Kolesnikov kolesnikov.boris at gmail.com
Wed Feb 16 15:57:05 GMT 2011


Yes, that's what i mean, or either you use mysql reconnect flags and
global instance before entering the request loop

2011/2/16 Tomas Doran <bobtfish at bobtfish.net>:
>
> On 15 Feb 2011, at 18:35, Boris G. Kolesnikov wrote:
>
>> Use DBIx - it uses lazy initialization - connects on the first
>> requests and mantains persistent connection
>
> You mean DBIx::Class, or DBIC for short.
>
> DBIx is a namespace for DBI extensions comprising tens of different
> projects...
>
> Cheers
> t0m
>
>
> _______________________________________________
> Catalyst-dev mailing list
> Catalyst-dev at lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
>



More information about the Catalyst-dev mailing list