Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61480

Trouble with Multi-threading

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <dan.rose@parker.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'win32': 0.03; '64-bit': 0.07; 'restart': 0.09; 'python': 0.11; 'changes': 0.15; 'windows': 0.15; '2.7.3': 0.16; 'analyst,': 0.16; 'blocking': 0.16; 'fine.': 0.16; 'program),': 0.16; 'received:172.28': 0.16; 'requested.': 0.16; 'threads.': 0.16; 'bit': 0.19; '>>>': 0.22; 'creating': 0.23; '&gt;&gt;&gt;': 0.24; 'daniel': 0.26; 'task': 0.26; 'getting': 0.31; '"please': 0.31; 'conducting': 0.31; 'run': 0.32; 'running': 0.33; 'skip:& 30': 0.33; 'could': 0.34; 'subject:with': 0.35; 'executing': 0.36; 'charset:us-ascii': 0.36; 'should': 0.36; 'so,': 0.37; 'turn': 0.37; 'server': 0.38; 'skip:& 10': 0.38; 'thank': 0.38; 'manager': 0.38; '2008': 0.38; 'somebody': 0.38; 'to:addr:python-list': 0.38; 'skip:& 20': 0.39; 'delete': 0.39; 'to:addr:python.org': 0.39; 'system.': 0.39; 'from:no real name:2**0': 0.61; 'ago,': 0.61; 'forum': 0.61; 'corporation': 0.61; 'information': 0.63; 'more': 0.64; 'note:': 0.66; 'privileged.': 0.69; 'business': 0.70; 'hoping': 0.75; 'received:12': 0.81; 'obtained': 0.96
To python-list@python.org
MIME-Version 1.0
Subject Trouble with Multi-threading
X-KeepSent B2A9D916:5E7B7BF9-85257C3D:00591239; type=4; name=$KeepSent
X-Mailer Lotus Notes Release 8.5.2FP4 SHF172 August 06, 2012
From dan.rose@parker.com
Date Tue, 10 Dec 2013 11:21:32 -0500
X-MIMETrack Serialize by Router on CORLNS05/COR/PARKER(Release 9.0 HF588|September 11, 2013) at 12/10/2013 11:20:33 AM, Serialize complete at 12/10/2013 11:20:33 AM
Content-Type multipart/alternative; boundary="=_alternative 0059C62685257C3D_="
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.3837.1386693350.18130.python-list@python.org> (permalink)
Lines 101
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1386693350 news.xs4all.nl 2895 [2001:888:2000:d::a6]:43495
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:61480

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

I am running PYTHON 2.7.3 and executing a PYTHON program that uses 
multi-threading.  I am running this on a 64-bit Windows 2008 R2 server 
(Service Pack 1).

Three months ago, I was able to execute this program just fine.  I ran the 
program and opened Task Manager and verified that the program successfully 
obtained all of the multiple threads it requested.

Now, when I go to run this same program (no changes to the program), I am 
getting this message:

Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] 
on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART 
================================
>>> 
<multiprocessing.queues.Queue object at 0x00000000042309E8>
>>> 

I look in Task Manager and I don't see any threads for PYTHON.

So, I am hoping that somebody in this forum could help me out.

What is it that I should look for or turn on to find out what is blocking 
this program from creating the threads.

---------------------------------------------------------------------------
 Daniel Rose
 IT Technical Analyst, MSS Development
 Parker Hannifin Corporation
 dan.rose@parker.com
 216-896-3351

"PLEASE NOTE: The preceding information may be confidential or
privileged. It only should be used or disseminated for the purpose
of conducting business with Parker. If you are not an intended
recipient, please notify the sender by replying to this message and
then delete the information from your system. Thank you for your
cooperation."

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Trouble with Multi-threading dan.rose@parker.com - 2013-12-10 11:21 -0500
  Re: Trouble with Multi-threading Roy Smith <roy@panix.com> - 2013-12-10 11:51 -0500
  Re: Trouble with Multi-threading Walter Hurry <walterhurry@lavabit.com> - 2013-12-10 17:57 +0000
    Re: Trouble with Multi-threading Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-11 10:37 +0000
      Re: Trouble with Multi-threading Steve Simmons <square.steve@gmail.com> - 2013-12-11 12:25 +0100
      Re: Trouble with Multi-threading Roy Smith <roy@panix.com> - 2013-12-11 21:00 -0500
        Re: Trouble with Multi-threading rusi <rustompmody@gmail.com> - 2013-12-11 20:26 -0800
          Re: Trouble with Multi-threading David Hutto <dwightdhutto@gmail.com> - 2013-12-12 00:39 -0500
        Re: Trouble with Multi-threading Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-12 10:48 +0000
  Re: Trouble with Multi-threading feedthetroll@gmx.de - 2013-12-10 11:43 -0800
  Re: Trouble with Multi-threading Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-11 10:50 +0000

csiph-web