in reply to threading problem with Class::DBI

Threads and DBI don't seem to work at this point. Either just read the data from the objects into a hash and pass that to the threads instead of objects, or use forking instead of threads.