[reportlab-users] pyRXP

Robin Becker robin at reportlab.com
Thu Nov 25 03:37:59 EST 2004


Dennis Allison wrote:
> We love the parser!  We use it with Zope and I seem to remember that it's
> not thread-safe.  Can you confirm or deny?  I suyppose I should use some
> sort of locking, but I have never had a problem.  Any suggestions as to
> how to proceed?
> 

the extension doesn't do anything about threads. I think that normal 
extension calls mean that the calling thread has the GIL so since pyRXP 
doesn't release it things should be OK. I'm not an expert in 
multi-thread stuff and it may be that problems could occur when pyRXP 
calls back out into python.
-- 
Robin Becker


More information about the reportlab-users mailing list