On 03/18/2012 12:15 AM, Cameron Simpson wrote:
> BTW, Lee, there is an external module for daemonising things in the UNIX
> sense:
> http://pypi.python.org/pypi/python-daemon
> I recommend you use it.
>
> Cheers,
I haven't updated the gist yet, but I did try it with the code below -
but I get the
On 03/16/2012 11:37 PM, John O'Hagan wrote:
> On Fri, 16 Mar 2012 22:12:14 -0400
> Lee Clemens wrote:
>
>> I have a multi-threaded application
>>
>> I have provided a test-case here: https://gist.github.com/2054194
> I haven't looked at your test case ye
Hello,
I am new to the list, have many years of Java experience but an fairly new to
Python. I am hoping this is an issue caused by my misuse of Python in a
multi-threaded way, but so far no one has identified such to me.
I have a multi-threaded application, each thread has an instance of a cl