DBI threads

2010-04-07 Thread jeff
When building DBI with threads enabled there is a warning against using threads. Is this really true - does anyone have any experience using DBI with threads ?

RE: DBI threads

2010-04-07 Thread Martin Gainty
effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: DBI threads From: j...@roqc.no To: dbi-users@perl.org Date: Wed, 7 Apr 2010 09:52:52 -0400 When

Re: DBI threads

2010-04-07 Thread John Scoles
quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: DBI threads From: j...@roqc.no To: dbi-users@perl.org Date: Wed, 7 Apr 2010 09:52:52 -0400 When

Re: DBI threads

2010-04-07 Thread Martin Evans
pouvons accepter aucune responsabilité pour le contenu fourni. Subject: DBI threads From: j...@roqc.no To: dbi-users@perl.org Date: Wed, 7 Apr 2010 09:52:52 -0400 When building DBI with threads enabled there is a warning against using threads. Is this really true - does anyone

DBI threads on Win32

2002-01-30 Thread Not Specified
I have written a Perl server that acts as a gateway to a MySQL database. When clients connect, the server forks a child (which connects to the db, processes the client's request, disconnects from the db and exits). This works great under LINUX with real processes. Moving to Windows (2000), I

Re: DBI : Threads + DBD::Informix

2001-09-20 Thread Tim Bunce
On Wed, Sep 19, 2001 at 05:49:26PM -0700, Jonathan Leffler wrote: On Wed, 19 Sep 2001, Tim Bunce wrote: On Wed, Sep 19, 2001 at 11:24:39AM -0500, James Maes wrote: On Wednesday 19 September 2001 11:16 am, James Maes wrote: On Wednesday 19 September 2001 10:51 am, Tim Bunce wrote:

Re: DBI : Threads + DBD::Informix

2001-09-19 Thread Tim Bunce
On Tue, Sep 18, 2001 at 11:02:04PM -0700, Jonathan Leffler wrote: James Maes wrote: Are the DBD Modules Thread safe, DBD::Informix in particular. Define thread-safe? DBI single-threads control. DBD::Informix is supposed to compile under a Perl compiled with threads -- let me know

Re: DBI : Threads + DBD::Informix

2001-09-19 Thread James Maes
On Wednesday 19 September 2001 10:51 am, Tim Bunce wrote: snip Actually the DBI uses a mutex *per driver* thus ensuring that only a single thread can enter each driver. But different threads could go through the DBI into different drivers at the same time. One subtle point to note: if

Re: DBI : Threads + DBD::Informix

2001-09-19 Thread Tim Bunce
On Wed, Sep 19, 2001 at 11:24:39AM -0500, James Maes wrote: On Wednesday 19 September 2001 11:16 am, you wrote: On Wednesday 19 September 2001 10:51 am, Tim Bunce wrote: snip Actually the DBI uses a mutex *per driver* thus ensuring that only a single thread can enter each driver. But

Re: DBI : Threads + DBD::Informix

2001-09-19 Thread Jonathan Leffler
On Wed, 19 Sep 2001, Tim Bunce wrote: On Wed, Sep 19, 2001 at 11:24:39AM -0500, James Maes wrote: On Wednesday 19 September 2001 11:16 am, James Maes wrote: On Wednesday 19 September 2001 10:51 am, Tim Bunce wrote: Actually the DBI uses a mutex *per driver* thus ensuring that only a

Re: DBI : Threads + DBD::Informix

2001-09-18 Thread Jonathan Leffler
James Maes wrote: Are the DBD Modules Thread safe, DBD::Informix in particular. Define thread-safe? DBI single-threads control. DBD::Informix is supposed to compile under a Perl compiled with threads -- let me know if it doesn't. DBD::Informix makes no attempt to use the threaded ESQL/C