perlangel22 has asked for the wisdom of the Perl Monks concerning the following question:
I am using a perl script using DBI can i implement multi threading in it ,can anoy one help me to avoid this error
"Thread 5 terminated abnormally: DBD::mysql::db prepare failed: handle 2 is owned by thread 238d010 not current thread 5e24250 (handles can't be shared between threads and your driver may need a CLONE method added) at /var/www/html/app/data/config/pldb_conn/db_conn.pm line 132."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Multithreading DBI error
by Corion (Patriarch) on Feb 16, 2015 at 10:22 UTC | |
|
Re: Multithreading DBI error
by Anonymous Monk on Feb 16, 2015 at 19:41 UTC |