On Oct 16, 11:51 pm, Shi Yu <[email protected]> wrote: > Hi Dustin. I have to go on my work now so I probably wont spend any > time on this issue. Please, before you suggest, try some experiment to > load more than 6 million records using the same API. I would be happy > to hear how you do that. I now fully rely on Whalin's API, it can > handle 14 million records without any problem.
I do actually try the code now and then -- I have this in the source tree which I think is very close to what you were trying to do: http://github.com/dustin/java-memcached-client/blob/master/src/test/manual/net/spy/memcached/test/LoaderTest.java I modified that as I suggested to set the op timeout to 0 and the number of items to 14,000,000 (which you mentioned here). Running both the server and the client on my fairly old MBP, it reported 144534ms (which is a bit over 97k sets/second).
