Message6365

Author pjenvey
Recipients alex.gronholm, fwierzbicki, pjenvey, zyasoft
Date 2011-01-30.21:38:12
SpamBayes Score 0.030021306
Marked as misclassified No
Message-id <1296423492.1.0.830189745801.issue1701@psf.upfronthosting.co.za>
In-reply-to
Content
Alex, did you use the threading module to create those threads?

I'm about 95% sure that would work in that situation because when you first import our threading module it creates a MainThread object that registers a shutdown function with atexit. So the threads you'd create would be registered with threading, and join'd during cleanup()
History
Date User Action Args
2011-01-30 21:38:12pjenveysetmessageid: <1296423492.1.0.830189745801.issue1701@psf.upfronthosting.co.za>
2011-01-30 21:38:12pjenveysetrecipients: + pjenvey, fwierzbicki, zyasoft, alex.gronholm
2011-01-30 21:38:12pjenveylinkissue1701 messages
2011-01-30 21:38:12pjenveycreate