Kent Larsson wrote:

> Hi,
> 
> Is it possible to have shared memory in the form of shared global
> variables in PHP? Or any other form of shared memory? And if that is
> the case, is there any form of mutex functionality which may be used
> to assure syncronized access to this memory?
> 
> My next question is related to the first one.

I can't answer any of your questions, but if you need shared memory,
mutexes and threading, I would advice against using PHP.


/Per Jessen, Zürich


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

Reply via email to