5 May
2008
5 May
'08
2:05 a.m.
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" <lists@zopyx.com> To: "sam" <python@zeomega.com>, "Manuel Vazquez Acosta" <mva.led@gmail.com> Cc: "Zope user list" <zope@zope.org> 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 <python@zeomega.com> 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