Next: Will this library work
Up: Frequently Asked Questions
Previous: Can I have multiple
Contents
Yes, this version of PHPEmbed supports reentrance if it is compiled with ZTS support. However, bceause it is simply putting a lock on the interpreter during any operation this will not be particularly useful for applications where there is a lot of concurrent access to the PHP object, in those cases it may be worth using multiple PHP instances.
Andrew Bosworth
2008-03-24