Re: [PHP-DEV] Embedding, threads and execution of PHP

2005-03-14 Thread Alan Knowles
copy and paste alot of code from apc, srm or bcompiler. all of these do something like this. Regards Alan On Mon, 2005-03-14 at 21:22 +0300, Vadka wrote: > Hi again! > > So, I'm not so experienced... > But, what can I do with next situation: > we have compiled script, we would like to execute a

[PHP-DEV] Embedding, threads and execution of PHP

2005-03-14 Thread Vadka
Hi again! So, I'm not so experienced... But, what can I do with next situation: we have compiled script, we would like to execute a function from that script in another thread (while parent is working). So, I need the clone of compiled and executed parent script. Or, I'm not correct? I'm using zen