random1 Posted November 9, 2009 Share Posted November 9, 2009 Does anyone have ideas about caching PHP objects using something like: http://memcached.org/ I have Windows so I cannot use memcached. Is there a PHP extension that caches PHP objects (classes)? Quote Link to comment Share on other sites More sharing options...
MadTechie Posted November 9, 2009 Share Posted November 9, 2009 What about Zend Optimizer(meah) , APC, also memcached was ported to windows http://labs.northscale.com/memcached-packages/ Quote Link to comment Share on other sites More sharing options...
random1 Posted November 9, 2009 Author Share Posted November 9, 2009 "memcached was ported to windows" Hmm.. downloaded the binary for windows and it just shows an empty command prompt (blinking carrier bar). Quote Link to comment Share on other sites More sharing options...
rajivgonsalves Posted November 9, 2009 Share Posted November 9, 2009 that means the server is running following is a good link for its installation http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/ Quote Link to comment Share on other sites More sharing options...
random1 Posted November 9, 2009 Author Share Posted November 9, 2009 Thanks guys... hope this helps speed up a bit 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.