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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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