Re: locateNS() hangs when running stockquotes example in tutorial
Kenneth Martin <martin-TxPoQvD3IN4C6LszWs/[email protected]> Wed, 07 Jan 2015 11:10:54 -0500
| Newsgroups | gmane.comp.python.pyro |
|---|---|
| Message-ID | <[email protected]> |
I went back and continued on my last e-mail to find where the hang was;
I have added to the stack from my last e-mail so it is now:
0 core.py 327
1 core.py 398
2 core.py 483
3 core.;py 466
4 core.py 475
5 core.py 231
6 naming.py 365
7 naming.py 441
8 core.py 416
9 core.py 475
10 core.py 231
11 viewer.py 27
12 viewer.py 37
and the line it is hanging at is again in _pyroRelease(self) at:
def _pyroRelease(self):
"""release the connection to the pyro daemon"""
with self.__pyroConnLock:
so it can't get the threading lock. I hope this helps.
Bit_Pusher
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net