Re: Killing a thread

2006-06-09 Thread Manish Marathe
On 6/9/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote: Manish Marathe wrote:> I am creating threads using my self defined class which inherits the> threading.Thread class. I want to know how can I kill the threads which> are being created by the object of my self defined class. yo

Killing a thread

2006-06-09 Thread Manish Marathe
Hello, I am creating threads using my self defined class which inherits the threading.Thread class. I want to know how can I kill the threads which are being created by the object of my self defined class. Thanks -- Manish MaratheSpikeSource, Inc.http://developer.spikesource.com -- http://mail.p

problem using logging module in python

2006-06-06 Thread Manish Marathe
Python Experts every where!! I am having a problem using the logging utility in Python using the logging module from the std. lib. I have written a class SPFLogger which actually should be creating a new logger if one already does not exist. I have given the class I wrote in the end. The problem I