On Wed, Jan 30, 2013 at 2:15 AM, Stas Malyshev <smalys...@sugarcrm.com> wrote: > Hi! > >> Python, for example, is thread safe by default. Extensions developers > > Doesn't Python have global engine lock?
Right, but they do not give up thread safety. See "Thread State and the Global Interpreter Lock" in: http://docs.python.org/2/c-api/init.html The TS model in php should be redesigned in the next major version, instead of simply giving it up. Cheers, -- Pierre @pierrejoye -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php