On Tue, 1 Mar 2005, Alan Knowles wrote:

I think derick does something like this in SRM,
but basically if you want to load something in the global thread, and let the children inherit the data / classes /function etc.
AFAIR you need to serialize the opcodes, and copy them for each thread. (or use something like bcompiler to load cached opcodes for you..)
For me, inter-threads variables api is working (separated table, holding references between threads; must be synched by mutexes).
it will take some time to make that available...


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to