Posted by Jim on 07/16/07 12:07
> i am developing a system which relies heavily on multiple includes()
> functions and has lots of sql calls/data.. so i saved my sql results
> to a session array (so it only calls the results once and updates it
> only when needed)..
I'm effectively doing that at the moment but I'd like to take it one
step further with shared memory. Did you notice that you're system was
slower before caching the mysql results?
Thanks,
Jim.
Navigation:
[Reply to this message]
|