in reply to Problem With Net::SSH::Expect using Multi threads

Since you're not sharing any information, using fork should work just as well as threads without the headaches, and will probably perform better. Unless you're on Win32.

  • Comment on Re: Problem With Net::SSH::Expect using Multi threads

Replies are listed 'Best First'.
Re^2: Problem With Net::SSH::Expect using Multi threads
by Anonymous Monk on Aug 20, 2007 at 13:42 UTC
    Hey I am compeled to use threads. Any other solution?