Re: Re[2]: [PHP] Simultaneus execution

2004-08-29 Thread Andrew
Now look - I want to make a test/debug engine, that will optimize the performance of each machine I make tests on - my idea is to run as many similar processes as possible in the tasklist of the OS. That would be the same as creating multiple child processes of a single script. The results will be

Re[2]: [PHP] Simultaneus execution

2004-08-29 Thread Eugene
Maybe you can use classes in this case? I'm using them when I need to process the same object or to assign some simultaneous actions to many objects at the same time. Sunday, August 29, 2004, 6:40:42 AM, you wrote: > An example would be the execution of a function. Let's say that I can't > execut