Dear All I have installed Memcache in Drupal 7 in a I7, 16GB RAM machine.
You can access www.netcloudjobs.com
Looks the page loading slow (Varnish is disabled, NOT using APC/BOOST etc).
I just executed memcached in verbose mode in a terminal.
Whenever I access any page in my site, I get
*<30 new auto-negotiating client connection 30: Client using the binary protocol <30 Read binary protocol data: <30 0x80 0x00 0x00 0x19 <30 0x00 0x00 0x00 0x00 <30 0x00 0x00 0x00 0x19 <30 0x00 0x00 0x00 0x00 <30 0x63 0x61 0x63 0x68 <30 0x65 0x5f 0x62 0x6f <30 connection closed. * So I suspect if it is running properly. One thing I can observe is without Memcache my site is comparatively faster.
How do I find out if Memcache is running properly or not.
-Austin
So I suspect if it is running properly. One thing I can observe is without Memcache my site is comparatively faster.
http://svn.php.net/viewvc/pecl/memcache/trunk/
The memcache extension comes with a memcache.php file you can copy to your server and set up to view your memcache statistics. That should give you an idea.
Also you can write some test code to see whether memcache is working fine.
Thanks Anoop
|-- | Zyxware Technologies | http://www.zyxware.com |-- | Be the change you wish to see in the world, M. K. Gandhi |--
Anoop Thanks. I am trying this (accessing memcache.php), it is asking user name and password. What user name and password I need to give. Thanks, Austin
On Tue, Mar 19, 2013 at 10:53 AM, Anoop John anoop.john@zyxware.com wrote:
So I suspect if it is running properly. One thing I can observe is
without
Memcache my site is comparatively faster.
http://svn.php.net/viewvc/pecl/memcache/trunk/
The memcache extension comes with a memcache.php file you can copy to your server and set up to view your memcache statistics. That should give you an idea.
Also you can write some test code to see whether memcache is working fine.
Thanks Anoop
|-- | Zyxware Technologies | http://www.zyxware.com |-- | Be the change you wish to see in the world, M. K. Gandhi |-- -- [ Drupal support list | http://lists.drupal.org/ ]
Thanks. I am trying this (accessing memcache.php), it is asking user name and password. What user name and password I need to give.
You will have to edit the file and set your username and password in the code itself.
Thanks Anoop
|-- | Zyxware Technologies | http://www.zyxware.com |-- | Be the change you wish to see in the world, M. K. Gandhi |--
Look at the top of the code in memcache.php and see if you figure it out.
Earnie
On Tue, Mar 19, 2013 at 9:16 PM, Austin Einter austin.einter@gmail.com wrote:
Anoop Thanks. I am trying this (accessing memcache.php), it is asking user name and password. What user name and password I need to give. Thanks, Austin
On Tue, Mar 19, 2013 at 10:53 AM, Anoop John anoop.john@zyxware.com wrote:
So I suspect if it is running properly. One thing I can observe is without Memcache my site is comparatively faster.
http://svn.php.net/viewvc/pecl/memcache/trunk/
The memcache extension comes with a memcache.php file you can copy to your server and set up to view your memcache statistics. That should give you an idea.
Also you can write some test code to see whether memcache is working fine.
Thanks Anoop
|-- | Zyxware Technologies | http://www.zyxware.com |-- | Be the change you wish to see in the world, M. K. Gandhi |-- -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]