Re: Regarding MemCache Speed

2011-05-22 Thread Ashu gupta
Dear Dustin, Sorry i didn't get you. On May 21, 11:18 pm, Dustin wrote: > On May 21, 5:28 am, Ashu gupta wrote: > > > Hi All, > > > I have implemented memcache in my system but i am facing Speed > > Problem . I am using spymemcache as a client. One of my value size is > > around 25KB but it is

Re: Regarding MemCache Speed

2011-05-22 Thread Henrik Schröder
Do you think you provided enough information in your original email to enable anyone else to help you? /Henrik On Sun, May 22, 2011 at 11:15, Ashu gupta wrote: > Dear Dustin, > > Sorry i didn't get you. > > On May 21, 11:18 pm, Dustin wrote: > > On May 21, 5:28 am, Ashu gupta wrote: > > > >

Re: Learning memcached

2011-05-22 Thread punkish
On May 22, 12:26 am, Dustin wrote: > On May 21, 5:24 pm, punkish wrote: > > > Yeah, pretty good > > > Benchmark: timing 1 iterations of query_dbh, query_mem... > >  query_dbh:  5 wallclock secs ( 3.20 usr +  0.99 sys =  4.19 CPU) @ > > 2386.63/s (n=1) > >  query_mem:  6 wallclock secs (

Re: Regarding MemCache Speed

2011-05-22 Thread Ashu gupta
Dear Henrik, Can u please tell me what more information do i need to provide . I am new to memcache and i don't know more about memcache so please let me know what are the info that you required so that it will helpful for you to solve my problem. On May 22, 3:17 pm, Henrik Schröder wrote: > Do

Re: Regarding MemCache Speed

2011-05-22 Thread Roberto Spadim
maybe your source code, library version, memcache daemon version, operational system if client and server, server memory, client memory, server cpu, client cpu, etc.. 2011/5/22 Ashu gupta : > Dear Henrik, > > Can u please tell me what more information do i need to provide . I am > new to memcache

information on -b option to set the backlog limit

2011-05-22 Thread ktechie
Memcached can be configured using the "-c" option to support certain number of simultaneous connections. Default is 1024 There is also another option of "-b" to set a backlog queue limit. These many requests can be kept waiting for connection. Default is 1024 So taking the default values can we s

Re: information on -b option to set the backlog limit

2011-05-22 Thread Dustin
On May 22, 10:45 pm, ktechie wrote: > There is also another option of "-b" to set a backlog queue limit. > These many requests can be kept waiting for connection. Default is > 1024 > > So taking the default values can we say that 1024+1024 requests will > be supported. Out of which 1024 will be