Re: [DBD-SQLite] DBI, DBD::SQLite and threads

2012-03-19 Thread kenichi ishigaki
Hi. I don't usually use the "threads" module in my projects, but... 1) DBD::SQLite has several tests that use fork(), that means emulated fork() (with ithreads) under Windows, and they've been working fine for years. 2) DBIS/dTHR issue was fixed at DBD::SQLite 1.22_04 (released in April, 2009) by

Re: [DBD-SQLite] DBI, DBD::SQLite and threads

2012-03-19 Thread Tim Bunce
On Mon, Mar 19, 2012 at 08:42:04AM +, Martin J. Evans wrote: > On 19/03/12 04:19, Adam Kennedy wrote: > >I've noticed there's a lot of movement at the moment on DBI, threading > >and performance. > > > >http://www.martin-evans.me.uk/node/131 > > The issue here was that when using a threaded Pe

Re: [DBD-SQLite] DBI, DBD::SQLite and threads

2012-03-19 Thread Martin J. Evans
On 19/03/12 04:19, Adam Kennedy wrote: I've noticed there's a lot of movement at the moment on DBI, threading and performance. http://www.martin-evans.me.uk/node/131 The issue here was that when using a threaded Perl the state structure had to be protected and there was a slow and a faster wa