RussellReal Posted September 28, 2009 Share Posted September 28, 2009 What do they do? I'm aware you can store data inside of it.. but does it act as a second level of execution 'space' because sometimes I notice I generate a large number of data in a script and when I do in rare event happen to have this problem with a script.. could I store the data inside there and use system memory instead of php's limited allocated memory lol. Quote Link to comment Share on other sites More sharing options...
RussellReal Posted September 28, 2009 Author Share Posted September 28, 2009 bump? Quote Link to comment Share on other sites More sharing options...
Mark Baker Posted September 28, 2009 Share Posted September 28, 2009 If you want to do this, I'd consider using APC rather than writing your own shared memory handler Quote Link to comment Share on other sites More sharing options...
RussellReal Posted September 28, 2009 Author Share Posted September 28, 2009 sweet Thats pretty cool but currently I'm not really having any problems I'm simply curious as to what Shared Memory Blocks are . I'm just gonna solve the topic though because I'm just gonna google around alot thanks mark for replying and teaching me sumfin about php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.