On Jun 1, 2008, at 18:58, Dongni Chen wrote:

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?


I believe so. Unless you specify a UNIX domain socket, you get a TCP port.

It might be good to make this more explicit, but I hadn't heard of anyone only wanting UDP before. How big of a problem would you rate the TCP listener?

--
Dustin Sallings

Reply via email to