Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: share MySQL resources among threads

by renodino (Curate)
on Sep 06, 2007 at 20:19 UTC ( [id://637525]=note: print w/replies, xml ) Need Help??


in reply to Re^2: share MySQL resources among threads
in thread share MySQL resources among threads

Looks like another instance where the object and tied hash get DESTROYed in an odd order. Note that the DESTROY() for DBIx::Threaded::db wraps the same code in an eval{} to make it go away, so I'd suggest trying the same. Just edit your copy of Threaded.pm at line 1727 to
eval { $obj->{_inner}--; $obj->_send_simplex('DESTROY') unless $obj->{_inner}; };
and that should silence the errors.

Perl Contrarian & SQL fanboy

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://637525]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found