View Single Post
Old 06-04-2009, 02:20 PM   #7 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by zongliang View Post
I am sorry.
My question is could we use signal, shared memory...(as used in C) in PHP?
If I was in windows, is the any problem?
memory management is all done by PHP on the back end, whether you are using windows, linux etc...

users don't have any control over memory management other than cleraring out variables and objects at the end of scripts...but even that is done automatically....
allworknoplay is offline  
Reply With Quote