Hi monks!
I am new to threads, so i faced such a problem:
I had written a class, witch works with dbm, but, when i am trying to call a sub, wich accesses db handle,
i'm getting such an error:
Thread 1 terminated abnormally: DBD::DBM::db prepare failed: handle 2 is owned by thread 80100a000 not current thread 801051000 (handles can't be shared between threads and your driver may need a CLONE method added) at test_mod.pm line 55
line 55 is:
$sql = $dbh->prepare($query) || die($dbh->errstr);
Please could you explain why it is owned by other thread, when i am calling it from with only thread i have created, and what is CLONE method?
Or a different class method by default executed by it's own thread or smth like that?
Thanks a lot in advance!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.