Hi,

On server side, I usually do netstat to check if memcached process is alive
and goes well. Like
$ netstat -nltp

For integration with Python, I think you can write simple code with Python
to do some check.

On Sun, Mar 30, 2008 at 10:49 PM, bharath venkatesh <
[EMAIL PROTECTED]> wrote:

> hi,
>        I used memcache in my project . thanks to memcache it was a great
> help in completing my project . now i am creating a set up program for users
> of my project .. so i want to know how to test if  memcache is already
> installed in their system and if it is working properly so that if it is not
> installed or not working properly i want my set up program to give a  msg
> saying them to install memcahe and since memcache is dependent on libevent i
> want to even know how to test if libevent is s already installed in their
> system and if it is working properly and also my project is  in python .. so
> i am using python memcached .. so i want to know a way to find out  if
> python is already interfaced with memcache ..
>
>
>
> thanks
>

Reply via email to