On Tue, 1 Mar 2005, Alan Knowles wrote:
I think derick does something like this in SRM,For me, inter-threads variables api is working (separated table, holding references between threads; must be synched by mutexes).
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..)
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