If you would like to start a new topic, please press the ``new''
button on your MUA and ask in a new thread.
On Jun 1, 2008, at 16:22, Dongni Chen wrote:
Hi,
I am using UDP version of memcached server, I found out it always
try to create a tcp port.
Here is what I used:
memcached -U 11211 -d
// netstat shows both tcp and udp on port 11211
memcached -U 11212 -d
// netstats shows tcp on port 11211, udp on 11212, I can add option
"-p 11212" to make sure both tcp and udp running on 11212
Is this the intended behavior?
Thanks!
Dongni
--
Dustin Sallings