in reply to Re: Net::SSH2 not thread safe?
in thread Net::SSH2 not thread safe?

Hi there!

It is compiled with threads, and threads are working when not using Net::SSH2. The mind boggles :-)

I need some sort of thread control, so Thread::Queue or Thread::Pool is needed. Currently using Thread::Queue with the suggestion to spawn processes in the above, and it is working fine.

I am going to try this one out as well, slightly modified for thread control - It will certainly be more resourcefriendly if I can get it to work, so thank you very much for your answer.

-Jesper