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)? Link to comment https://forums.phpfreaks.com/topic/180819-solved-cache-php-objectsclasses/ 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/ Link to comment https://forums.phpfreaks.com/topic/180819-solved-cache-php-objectsclasses/#findComment-953937 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). Link to comment https://forums.phpfreaks.com/topic/180819-solved-cache-php-objectsclasses/#findComment-953943 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/ Link to comment https://forums.phpfreaks.com/topic/180819-solved-cache-php-objectsclasses/#findComment-953961 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 Link to comment https://forums.phpfreaks.com/topic/180819-solved-cache-php-objectsclasses/#findComment-954391 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.