On my unix box I already have one instance of memcached running

# netstat -tap | grep memcached
tcp        0      0 *:11211
*:*                         LIST


When i execute command to create another instance

# memcached -d -m 512 -l 127.0.0.1 -p 11212

This does not seem to work

# memcached -d -m 512 -l 127.0.0.1 -p 11222
# netstat -tap | grep memcached
tcp        0      0 *:11211
*:*                         LISTEN      5902/memcached
tcp        0      0 localhost.localdomain:11211 localhost.localdomain:
47119 ESTA

How should I go about doing this? Any expert out there please help me.

Thank a million in advance.

Reply via email to