Re: listen to multiple IPs(clients)

2010-09-17 Thread manoher tadakokkula
Does that mean memcahed can be set to listen on either Single IP or ALL IPs , but no to fixed pool of IPs ? memcahed newbie, Manoher T On Fri, Sep 17, 2010 at 10:27 AM, Trond Norbye wrote: > > On 17. sep. 2010, at 00.57, ligerdave wrote: > > > so is it possible to use -l ip1,ip2,. ? > > > >

Re: listen to multiple IPs(clients)

2010-09-17 Thread manoher tadakokkula
On Fri, Sep 17, 2010 at 12:14 AM, ligerdave wrote: > Folks, > > I would like to set my memcache instance to listen to only a list of > given IPs. > > I know you can specify an IP/interface by using -l 127.0.0.1. Is it > possible to do something like this: -l ip1,ip2,ip3 > > I was trying to find i

compiling memcache without threads on multi-core system

2010-09-22 Thread manoher tadakokkula
Hi, I am trying to compile source to install memcached. i have a dual-core system. when i did ./configure && make && make install , i think it is installing threaded version. Running memached daemon shows, pstree displays as 5*memcached.. hence i think its running 5 threads.. My questions are :

Re: Quick question on the Timezone

2010-09-22 Thread manoher tadakokkula
afaik, memcache expiry timestamp is always based on unix epoch, hence its timezone independent. -manoher On Thu, Sep 23, 2010 at 3:20 AM, Ravi Chittari wrote: > I guess, I did not phrase my question correctly to begin with. > Changing the server time from EST based to UTC based will probably >

Re: compiling memcache without threads on multi-core system

2010-09-23 Thread manoher tadakokkula
rond > > Sent from my iPhone > > On 22. sep. 2010, at 16:50, Paul Lindner wrote: > > memcache only compiles in a threaded mode these days. The docs are out of > date. > > The 5th thread you see is probably a supervisor, the other 4 are worker > threads. > >

Re: problem when restart memcached service

2010-09-24 Thread manoher tadakokkula
probably running memcached service with verbose option -vv , will give more details to understand problem -manoher On Fri, Sep 24, 2010 at 1:18 PM, huyngo wrote: > when restart memcached service, i cant add or get data to memcached, > after about 10 minutes, it just work :-? >