SupraCharger Posted April 17, 2013 Share Posted April 17, 2013 I was wondering about Efficiency. Say the user writes a script ( maybe a Function to make it easier on the User ). But the Client does Not need all of that script running over and over again to each client. So is there a Function that maybe writes a more basic script for the client, from the more complex script that does not need to run every time the page is loaded on the web?Thanx for your help, Andrew Quote Link to comment Share on other sites More sharing options...
lemmin Posted April 17, 2013 Share Posted April 17, 2013 I believe you've just described caching Take a look at Memcached: http://memcached.org/ http://php.net/manual/en/book.memcache.php Quote Link to comment Share on other sites More sharing options...
SupraCharger Posted April 17, 2013 Author Share Posted April 17, 2013 (edited) What about MySQL "MEMORY storage Engine" ? Would that be like a "Free Store" in C++ Terms? Would that be a better option? I'm a bit timid on Memcached. A. Edited April 17, 2013 by SupraCharger 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.