Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97485
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.025 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'anyway': 0.11; 'thursday,': 0.13; 'subject:python': 0.14; 'help...': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:login': 0.16; 'wrote:': 0.16; 'all,': 0.20; '2015': 0.20; 'so.': 0.22; 'am,': 0.23; 'advance.': 0.23; 'header:In-Reply-To:1': 0.24; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'launch': 0.29; 'handle': 0.34; 'running': 0.34; 'could': 0.35; 'remote': 0.35; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'your': 0.60; 'email addr:gmail.com': 0.62; 'charset:windows-1252': 0.62; 'request.': 0.66; 'received:12': 0.81; '2:24': 0.84; 'detached': 0.84; 'utc+5:30,': 0.84; 'activity,': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Emile van Sebille <emile@fenx.com> |
| Subject | Re: reg multiple login python |
| Date | Wed, 7 Oct 2015 09:58:45 -0700 |
| References | <2fe53246-4212-4cfd-896b-acf8e8e88b09@googlegroups.com> <202cb5a5-0915-4170-a938-bded0c4a7b4a@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | www.westernstatesglass.com |
| User-Agent | Mozilla/5.0 (Windows NT 6.2; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| In-Reply-To | <202cb5a5-0915-4170-a938-bded0c4a7b4a@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.456.1444237139.28679.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1444237139 news.xs4all.nl 23786 [2001:888:2000:d::a6]:56597 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:97485 |
Show key headers only | View raw
On 10/7/2015 2:24 AM, harirammanohar159@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 ? 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
reg multiple login python harirammanohar159@gmail.com - 2015-10-01 00:04 -0700
Re: reg multiple login python Laura Creighton <lac@openend.se> - 2015-10-01 09:17 +0200
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-01 01:25 -0700
Re: reg multiple login python Laura Creighton <lac@openend.se> - 2015-10-01 11:10 +0200
Re: reg multiple login python Michael Ströder <michael@stroeder.com> - 2015-10-01 11:17 +0200
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-01 03:07 -0700
Re: reg multiple login python Laura Creighton <lac@openend.se> - 2015-10-01 14:26 +0200
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-01 03:09 -0700
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-04 21:01 -0700
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-04 21:06 -0700
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-05 03:13 -0700
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-05 20:22 -0700
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-06 02:09 -0700
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-06 20:47 -0700
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-07 02:24 -0700
Re: reg multiple login python Emile van Sebille <emile@fenx.com> - 2015-10-07 09:58 -0700
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-08 03:03 -0700
Re: reg multiple login python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-10-08 08:42 -0400
Re: reg multiple login python harirammanohar159@gmail.com - 2015-10-09 02:07 -0700
csiph-web