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

Tomas Doran bobtfish at bobtfish.net
Tue May 3 16:45:35 GMT 2011


On 6 Apr 2011, at 08:23, Boris G. Kolesnikov wrote:

> What's the difference with the usual DBIx? It keeps permanent
> connection throught all your fastcgi process

There is no such thing as 'the usual DBIx'..

DBIx stands for 'DBI eXtension', and there are tens, if not hundreds  
of modules on the CPAN which extend DBI.

Assuming you mean DBIx::Class, then the answer is none - IIRC  
DBIx::Connector was extracted from DBIx::Class just so that people who  
didn't want the full ORM could still have and reuse the persistent  
connection and reconnect logic.

Cheers
t0m




More information about the Catalyst-dev mailing list