Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'concurrent': 0.04; 'python': 0.08; 'confused,': 0.16; 'out?': 0.16; 'subject:threads': 0.16; 'linux,': 0.22; 'fine,': 0.23; 'suggestion': 0.26; 'message-id:@mail.gmail.com': 0.28; 'subject:time': 0.30; '350': 0.30; 'subject:same': 0.30; 'threads': 0.30; 'subject:?': 0.31; 'error': 0.31; 'done,': 0.32; 'does': 0.32; "what's": 0.33; 'to:addr:python-list': 0.34; 'operating': 0.34; 'follows:': 0.34; 'thank': 0.35; 'but': 0.37; 'using': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'something': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'order': 0.62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=tt6e2JmDK0b63GZftfcRsx8YLvihci4JlWGyL9MBsAs=; b=O/ABzXjWHdnB0jMNn4bIW+de/U4FP9jeVZSklxXJ7dsD7pW2JoRXqVLjmRFaf2NlDE z3CWukMPkfdgDerLvOFwVRbRhZSyTeBqowJ8GBfclaU0pSkQzBh7ZE1pBe6PALRNT4jh mE/Gm1q2Q2SpPw5gQhtlhX1cF7pweh2TS/PKo= MIME-Version: 1.0 Date: Fri, 29 Jul 2011 05:07:43 +0800 Subject: Any suggestion to start more threads at the same time? From: smith jack To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311887267 news.xs4all.nl 23944 [2001:888:2000:d::a6]:34033 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10480 I start many threads in order to make the work done, when the concurrent number is set to 300, all thing just works fine, but when the number is set to 350 or higher, error just comes out? what's wrong ? the error info is just as follows: failed to start . I am confused, does this have something to do with the operating system, i am now using Linux, any suggestion to make the system to support more python threads? thank you :)