Posted on Fri Feb 1 02:37:14 2008
by onishinin response to 6985(See the whole thread of 3)
Re: Can't use Net::Appliance::Session inside a thread
I have same pb for mode Telnet .
My solution is run another process perl for just one connexions .
1 Have 1 script ( Main ) run
Many another for processe Net:Telnet
Main:
foreach my $id (@routeur) {
exec child.pl $id ;
}