Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.090 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'string.': 0.05; 'responding': 0.07; 'windows': 0.15; 'given,': 0.16; 'subject:Not': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'file,': 0.19; 'header:User-Agent:1': 0.23; 'paul': 0.24; 'environment': 0.24; 'header:In-Reply-To:1': 0.27; 'code': 0.31; 'open': 0.33; 'subject:with': 0.35; 'thanks': 0.36; 'hi,': 0.36; 'displays': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'received:71': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'tell': 0.60; 'received:208': 0.61; 'simple': 0.61; 'show': 0.63; 'love': 0.65; 'close': 0.67; '"not': 0.84; 'received:208.70': 0.91 Date: Wed, 18 Jun 2014 15:48:33 -0700 From: Paul McNett User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Not Responding When Dealing with Large Data References: <00d330e3-fc8a-4b7e-b2bd-f1a48bc335c1@googlegroups.com> <1abc3e5d-8002-4ecc-b433-a862c4918e74@googlegroups.com> In-Reply-To: <1abc3e5d-8002-4ecc-b433-a862c4918e74@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1403131724 news.xs4all.nl 2970 [2001:888:2000:d::a6]:33199 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73383 On 6/18/14, 3:32 PM, cutey Love wrote: > Hi, thanks for the replies, > > I mean windows displays "Not responding close the program now" > > How can I do it asynconistrically? > > It's simple code just open file, loop through line by line and do some comparons with the string. To get anything better from us than we've already given, you must tell us your environment and show us some code. Paul