Basically mxODBC is a third party extension and is GIL "aware" as it yields the GIL before accessing the DB
----- Original Message ----- From: "Andreas Jung" <[EMAIL PROTECTED]> To: "sam" <[EMAIL PROTECTED]>, "Manuel Vazquez Acosta" <[EMAIL PROTECTED]> Cc: "Zope user list" <[email protected]> Sent: Sunday, May 4, 2008 7:36:08 PM (GMT-0600) America/Guatemala Subject: Re: [Zope] Zope threads and the GIL --On 4. Mai 2008 19:52:38 -0500 sam <[EMAIL PROTECTED]> wrote: > another scenario is if you are using GIL aware Database adapters like > mxODBC to access an RDBMS > What means GIL-aware in this context? -aj _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
