Re: remote-xpath-queries
[email protected] Sun, 9 Nov 2003 22:00:16 +0100
| Newsgroups | gmane.comp.web.syncato.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Nov 08, 2003 at 04:02:58PM -0700, Kimbro Staken wrote: > Disabling recursive execution of the remote-xpath-query tag is one > obvious way to address this particular problem. Unfortunately the real > problem is actually the GIL and the fact that libxslt is a C library. What about releasing the GIL before making a blocking network call? Its should be trivial to add that to the libxslt python bindings. Because libxslt doesn't call back into python (not from the same thread anyhow), doing so is safe. bye -- Ingo ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/