On Feb 25, 12:39 am, mariyan nenchev <[email protected]> wrote: > Well this is not actually true. I tried to update memcache before with about > 10 messages per second every second and it began to throw some IO > exceptions. I am using theese classes: > import com.danga.MemCached.MemCachedClient; > import com.danga.MemCached.SockIOPool; > The other code that manages my cached objects is my.
There must be something terribly wrong with your application or configuration. Last time I measured, I was doing 90,000 per second on my laptop (just relative numbers, I was working on a java client improvement which I brought up from about 45,000/s for the same test). I don't see problems at 10tps on my old hard drives. What kinds of problems were you seeing? Do you have code we can perhaps help straighten out?
