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