On Sat, 24 Jan 2004, Galen wrote:

> Hi,
> 
> This may be completely crazy, but let me tell you what I want to do: 
> thread PHP.

Can you set processor affinity on your system? If so, you can "pseudo 
thread" by assigning processes to different CPUs; e.g., run your main 
Webserver on one processor and a slave Web server or helper processes 
assigned to the other processor. This is a very common way of dividing 
tasks on multi-processor systems where code-rewrites to make things 
thread-safe are not cost effective.
 -- 
"Half the people know what they're talking about, and the 
other half are writing code."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to