sharing php variable between server processess
All of us know that vbulletin engine use some global variables such $forumcache,$groupcache, etc. This variables stay readonly in most scripts.
How to share this variables between server without serializing to single memory block ?
Just
I tryed sys v shared memory functions - arrays are serialized before store in memory.
Xcache functions still repack variables.
|