Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 4965
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: johan [...] vandenbrande.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.29
Fixed in: (no value)



Subject: DBD::SQlite does not support threading
Hi, I'm using DBD::SQLite in a multithreaded application. I did not experience any problems with DBD::SQLite until I started to integrate different components in the application which all can access the database. Now I receive the next error: thread failed to start: DBD::SQLite::db FETCH failed: handle 2 is owned by thread 8145d28 not current thread b154920 (handles can't be shared between threads and your driver may need a CLONE method added) at /opt/perl-5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 346 (#2) (F) The entry point function of threads->create() failed for some reason. Do you have any plans to add threading support to DBD::SQLite? Kind regards, Johan
From: Matt Sergeant <matt [...] sergeant.org>
Subject: Re: [cpan #4965] DBD::SQlite does not support threading
Date: Sun, 18 Jan 2004 06:19:51 -0500
To: bug-DBD-SQLite [...] rt.cpan.org
RT-Send-Cc:
On 17 Jan 2004, at 10:19, via RT wrote: Show quoted text
> I'm using DBD::SQLite in a multithreaded application. I did not > experience any problems with DBD::SQLite until I started to integrate > different components in the application which all can access the > database. Now I receive the next error: > > thread failed to start: DBD::SQLite::db FETCH failed: handle 2 is > owned by > thread 8145d28 not current thread b154920 (handles can't be > shared between threads and your driver may need a CLONE method added) > at /opt/perl-5.8.2/lib/site_perl/5.8.2/Ima/DBI.pm line 346 (#2) > (F) The entry point function of threads->create() failed for some > reason. > > Do you have any plans to add threading support to DBD::SQLite?
No, I don't. Matt.