in reply to Re: Thread local variables in Thread::Pool::Simple
in thread Thread local variables in Thread::Pool::Simple

It didn't make a lot of sense to open and close a sqlite database handle for every job that comes through. I figured that each thread should have a sqlite handle that is persistent over the life of the thread.
  • Comment on Re^2: Thread local variables in Thread::Pool::Simple