06-04-2009, 02:20 PM
|
#7 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by zongliang
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....
|
|
|
|