in reply to databases and multithreading

If you use 'locked' on a subroutine you might want to consider 'yield;' aswell.
As for threaded database access read DBIx:Threaded
Hope it helps.

Replies are listed 'Best First'.
Re^2: databases and multithreading
by hjf (Initiate) on Dec 02, 2008 at 12:08 UTC
    DBIx::Threaded sounds exactly like what I'm looking for, thanks!