On Thu, Aug 15, 2002 at 11:51:52AM -0700, Ian Holsman wrote:
> it's not as obvious, the proposal above forces the developer to say
> "i verify my module will work with threaded"

No, I'd much prefer that modules code their own checks for it.  A
simple check in the pre_config hook phase should be sufficient. 

The PHP case would have to be done dynamically - it can't be
done at compile-time, so a flag in the module structure at
compile-time would not work.  It would almost have to do
something like I outlined before with a revamp of its extensions
framework to indicate if a PHP extension is known-to-be
thread-safe.  -- justin

Reply via email to