xramanaax has asked for the wisdom of the Perl Monks concerning the following question:

hay guys , i want to use multithreading concept for connecting to many systems with scp at same time using perl. but unfortunately this is not working when using multithreading , but working perfectly when using without multi threading . I ve used perl modules threads and scp for this . can u please tell me what the problem is .

Replies are listed 'Best First'.
Re: scp multithreading using perl
by Joost (Canon) on Nov 23, 2005 at 18:08 UTC
Re: scp multithreading using perl
by jkva (Chaplain) on Nov 23, 2005 at 18:08 UTC
    Hello,

    Your problem is that there is no code we can look at to see where the problem might be, so that we can fix your real problem.

    In short, can you post relevant code? ;-)

    Detonite