Re: Perl DBI and threads.pm

2005-10-07 Thread Tim Bunce
From: Tim Bunce [mailto:[EMAIL PROTECTED] > Sent: Friday 07 October 2005 04:39 > To: Jonathan Leffler > Cc: Rutherdale, Will; List - DBI users > Subject: Re: Perl DBI and threads.pm > > > On Thu, Oct 06, 2005 at 07:42:14PM -0700, Jonathan Leffler wrote: > > On 10/6/05, R

Re: Perl DBI and threads.pm

2005-10-07 Thread Tim Bunce
On Thu, Oct 06, 2005 at 07:42:14PM -0700, Jonathan Leffler wrote: > On 10/6/05, Rutherdale, Will <[EMAIL PROTECTED]> wrote: > > > We have some Perl DBI scripts and have been running them on a Perl > > compiled > > with threading disabled. (I.e. perl -V gives ...usethreads=undef...). I > > also hav

RE: Perl DBI and threads.pm

2005-10-07 Thread Rutherdale, Will
day 07 October 2005 04:39 To: Jonathan Leffler Cc: Rutherdale, Will; List - DBI users Subject: Re: Perl DBI and threads.pm On Thu, Oct 06, 2005 at 07:42:14PM -0700, Jonathan Leffler wrote: > On 10/6/05, Rutherdale, Will <[EMAIL PROTECTED]> wrote: > > > We have some Perl DBI s

Re: Perl DBI and threads.pm

2005-10-07 Thread Jared Still
On Thu, 2005-10-06 at 19:42, Jonathan Leffler wrote: > My understanding is that a Perl with multi-threading where you do not use > the multithreading should be as stable as a Perl without the multithreading. > However, there's a chance that some modules may not be so happy. OTOH, DBI > shouldn't b

Re: Perl DBI and threads.pm

2005-10-06 Thread Jonathan Leffler
On 10/6/05, Rutherdale, Will <[EMAIL PROTECTED]> wrote: > We have some Perl DBI scripts and have been running them on a Perl > compiled > with threading disabled. (I.e. perl -V gives ...usethreads=undef...). I > also have another environment where Perl is compiled with > usethreads=define > and ha

Perl DBI and threads.pm

2005-10-06 Thread Rutherdale, Will
Hi. We have some Perl DBI scripts and have been running them on a Perl compiled with threading disabled. (I.e. perl -V gives ...usethreads=undef...). I also have another environment where Perl is compiled with usethreads=define and have found the threading capabilities useful. (This is the Perl