Re: reg multiple login python

2015-10-09 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. any way is there ??? -- https://mail.python.org/mailman/listinfo/p

Re: reg multiple login python

2015-10-08 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. if its a command i can launch a detached process for each request,

Re: reg multiple login python

2015-10-07 Thread Emile van Sebille
On 10/7/2015 2:24 AM, harirammanohar...@gmail.com wrote: On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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

Re: reg multiple login python

2015-10-07 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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... -- https://mail.python.or

Re: reg multiple login python

2015-10-06 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. please respond...actually i am in need of this multiprocessing.. --

Re: reg multiple login python

2015-10-06 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. Hi, Anyone suggest... -- https://mail.python.org/mailman/listinf

Re: reg multiple login python

2015-10-05 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. Hi, issue in implementing multiprocessing with pxssh, its working

Re: reg multiple login python

2015-10-05 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. Hi All, I am able to achieve it using multiprocessing package...

Re: reg multiple login python

2015-10-04 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. Hi Laura, yes this is what i require and i don't need more than th

Re: reg multiple login python

2015-10-04 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. Hi Paul, subprocess is used to spawn a new process with in the mac

Re: reg multiple login python

2015-10-01 Thread paul.hermeneutic
On Oct 1, 2015 1:06 AM, 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.. > If you want to start them all at the same time, look into subprocess and popen. -- https://mail.python.org/mailman/listinfo/python-list

Re: reg multiple login python

2015-10-01 Thread Laura Creighton
In a message of Thu, 01 Oct 2015 03:07:14 -0700, harirammanohar...@gmail.com wr ites: >On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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.. >

Re: reg multiple login python

2015-10-01 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. Hi Laura, at the same time means... i have an activity say on two

Re: reg multiple login python

2015-10-01 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. Hi Michael, please see earlier post to know the exact requirement

Re: reg multiple login python

2015-10-01 Thread Michael Ströder
harirammanohar...@gmail.com wrote: > I have checked fabric tutorial and examples, it didn't sound that using fab > we can do/push the thing at same time in all servers. What does that mean? Since the posting's subject contains "login" are you trying to minimize the number of authentications neede

Re: reg multiple login python

2015-10-01 Thread Laura Creighton
In a message of Thu, 01 Oct 2015 01:25:47 -0700, harirammanohar...@gmail.com wr ites: >On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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.. >

Re: reg multiple login python

2015-10-01 Thread harirammanohar159
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@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. Hi Laura, I have checked fabric tutorial and examples, it didn't s

Re: reg multiple login python

2015-10-01 Thread Laura Creighton
In a message of Thu, 01 Oct 2015 00:04:16 -0700, harirammanohar...@gmail.com wr ites: >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. >-- >https://mail.python.org/mailman/listinfo/python-list I am

reg multiple login python

2015-10-01 Thread harirammanohar159
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. -- https://mail.python.org/mailman/listinfo/python-list