On Thu, 2006-11-09 at 22:49 +0800, howard chen wrote: > Hi, is it safe to kill a running memcached server? will that lead to > memory leak? Killing a process cleans up all resources it used. Cannot ever result in a memory leak! -Jeetu > > thanks...