thread error

2012-10-15 Thread xiyoulaoyuanjia
hi listers: now i have a question is abort thread i have a main process that have ssh a remote host and everything is ok! but when i use thread it have a error like that - Thread 1 terminated abnormally: DBD::mysql::db do failed: handle 2 is owned by thread 1182010

Re: thread error

2012-10-15 Thread Shlomi Fish
Hi, On Mon, 15 Oct 2012 19:48:46 +0800 xiyoulaoyuanjia wrote: > hi listers: > now i have a question is abort thread > i have a main process that have ssh a remote host and everything is > ok! but when i use thread it have a error like that > - > Thread 1 terminat

Fw: thread error

2012-10-15 Thread Shlomi Fish
Please reply to the list. Regards, Shlomi Fish Begin forwarded message: Date: Mon, 15 Oct 2012 21:20:02 +0800 From: xiyoulaoyuanjia To: Shlomi Fish Subject: Re: thread error is there a way for some threads using the same *Net::SSH::Perl* connection 2012/10/15 Shlomi Fish > Hi,

Re: Learning CPAN

2012-10-15 Thread Leo Lapworth
Hi Danny, On 5 October 2012 03:03, Danny Gratzer wrote: > However I feel like I'm missing most of Perl with CPAN, sure I > know the basic modules but is there any mailing list or website that > regularly features useful modules? > https://metacpan.org/module/Task::Kensho is a good if not the be

Parallel::ForkManager and Net::OpenSSH to handle timeout

2012-10-15 Thread Rajeev Prasad
I am using Parallel::ForkManager to run multiple ssh sessions on various remote hosts. It is working fine. Sometimes I have a problem: problem is in Net::OpenSSH module that, for whatever reason, when far end does not respond the module does not close the SSH connection (i.e. timeout is not wor