Re: Threading and DBI in perl 5.8.0

2002-08-17 Thread Scott Alexander
I got this working finally. I originally grabbed the wrong patch for DBD::Oracle. The one that I ended up using was at: http:[EMAIL PROTECTED]/msg01291.html Thanks for the pointers on where to find what I needed Tim, and thanks to Gerald Richter for putting the patch together. Scott On

Re: Threading and DBI in perl 5.8.0

2002-08-12 Thread Tim Bunce
On Fri, Aug 09, 2002 at 06:16:08PM +, Scott Alexander wrote: I'm doing some testing with perl 5.8.0 and trying to use DBI. I know that the DBI and ithreads are listed as beta and not production ready, but the problem I think I'm having is that this fails to even make the clone. It never

Re: Threading and DBI in perl 5.8.0

2002-08-12 Thread Scott Alexander
Thanks for the response Tim. Commenting out this line appears to have fixed the first problem. It no longer dies when it clones the process. DBIS-logfp = parent_dbis ? fp_dup(parent_dbis-logfp,'',0) : PerlIO_stderr(); If you would still like to see the stack trace, I can uncomment the