netwind
01-10-2008, 08:27 PM
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.
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.