Re: CAPI and thread safety

2008-06-27 Thread Lane Brooks
Thanks for the pointer. I'll check it out. That is what I was looking for. Lane Benjamin wrote: On Jun 27, 4:33 pm, Lane Brooks <[EMAIL PROTECTED]> wrote: I am writing an extension module that needs to release the global interpreter lock during some blocking I/O calls, but I need a mute

Re: CAPI and thread safety

2008-06-27 Thread Benjamin
On Jun 27, 4:33 pm, Lane Brooks <[EMAIL PROTECTED]> wrote: > I am writing an extension module that needs to release the global > interpreter lock during some blocking I/O calls, but I need a mutex in > the C code to make some of the shared data in the extension module are > kept thread safe.  Can a