On Wed, Jun 2, 2010 at 07:21, Gerhard Heift <[email protected]> wrote: > On Wed, Jun 02, 2010 at 10:00:30AM +0200, Alexander Hartmaier wrote: >> Can you tell us why you want this? > > For example, if you want to fork your program you have to use different > database connections for each process. > > In my case I want to have two or more concurrent transactions to my database.
DBIx::Class already supports forking transparently. You don't have to do anything at all. As for concurrent transactions ... that's what forking is for. Rob _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
