in reply to Re: Sqlite: Threads and inserts into a different database for each one. (1 thread fast, >1 slow)
in thread Sqlite: Threads and inserts into a different database for each one. (1 thread fast, >1 slow)
my @pool = map{ threads->create( \&worker, $Qwork, $Qresults ) } 1 .. $THREADS;
|
|---|