SHMOP?
Posted: Mon Dec 10, 2007 5:30 am
Has anyone ever used this to boost the efficiency of your app?
I've known about it for a long time but have never bothered to use it - mostly for the fact it's not uspported under Windows.
I'm now considering it but I can't really think of any objects which would benefit from memory caching - just quickly glancing at the API I would assume that objects need to be serialized still.
Maybe objects which are expensive to create. However none of my objects are that complicated justify caching in RAM. I suppose global objects such as authentication...might make good candidates...
Anyways, my point was to ask if you have you & how did you use it (ignoring IPC)???
I've known about it for a long time but have never bothered to use it - mostly for the fact it's not uspported under Windows.
I'm now considering it but I can't really think of any objects which would benefit from memory caching - just quickly glancing at the API I would assume that objects need to be serialized still.
Maybe objects which are expensive to create. However none of my objects are that complicated justify caching in RAM. I suppose global objects such as authentication...might make good candidates...
Anyways, my point was to ask if you have you & how did you use it (ignoring IPC)???