Re: [Tutor] Multi-threading IO and the GIL

2008-10-28 Thread Tim Kelsey
- Original Message - From: "Kent Johnson" <[EMAIL PROTECTED]> To: "Tim Kelsey" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, October 28, 2008 12:45 PM Subject: Re: [Tutor] Multi-threading IO and the GIL On Tue, Oct 28, 2008 at 7:27 AM, Tim Kelsey <

Re: [Tutor] Multi-threading IO and the GIL

2008-10-28 Thread Kent Johnson
On Tue, Oct 28, 2008 at 7:27 AM, Tim Kelsey <[EMAIL PROTECTED]> wrote: > Im not sure if this is the correct list to post this sort of thing We'll try to answer pretty much any Python question. > but I > have a question about python threading and the GIL. I have a multi-threaded > application tha

[Tutor] Multi-threading IO and the GIL

2008-10-28 Thread Tim Kelsey
eutechnyx Hello All, Im not sure if this is the correct list to post this sort of thing but I have a question about python threading and the GIL. I have a multi-threaded application that is hitting a MySQL database for some info from within the various threads. When increase the size of my th