Hi, In the POD documentation of Parallel::ForkManager I read that it can share the $dbh db handle among threads, but when I tried it with ActivePerl, it gave the following error:
"DBD::mysql::db clone failed: handle 2 is owned by thread 2944fc not current thread 24475cc (handles can't be shared between threads and your driver may need a CLONE method added) at..." Does this happen because Perl can't use threads under Windows, but only a kind of fork() as pseudo threads? ...although, Parallel::ForkManager docs say that it can also work with fork. Thanks. Octavian _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
