reg multiple login python

Emile van Sebille emile at fenx.com
Wed Oct 7 12:58:45 EDT 2015


On 10/7/2015 2:24 AM, harirammanohar159 at gmail.com wrote:
> On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm... at gmail.com  wrote:
>> Hi All,
>>
>> Is there anyway i can login to remote servers at once and do the activity, i can do one by one using for loop..
>>
>> Thanks in advance.
>
> how to handle this ? any one pls help...
>

the best you're likely to do to get them running near simultaneously is 
to launch a detached process for each request.  you could adapt your 
current for loop to do so.

emile





More information about the Python-list mailing list