Re: Inserting large values into memcached

2016-07-18 Thread dormando
The keys being set look like: sprintf(key, "bob:%d", keyMin); ie: "bob:1" the keys being fetched look like: sprintf(key, "%d", keyMin); ie: "1". not sure how this is supposed to work? On Mon, 18 Jul 2016, Sonia wrote: > > To execute the program, you will need a txt file containing a list of

Re: Inserting large values into memcached

2016-07-18 Thread Sonia
To execute the program, you will need a txt file containing a list of all the servers. You can make changes to this file accordingly. If you execute the code with a -h option you will get details of the command line args. On Thursday, July 14, 2016 at 2:29:06 PM UTC-5, Dormando wrote: > > Hey,

Re: Inserting large values into memcached

2016-07-18 Thread Sonia
Hello, I am attaching the source code for the sample MPI code that I wrote. On Thursday, July 14, 2016 at 2:29:06 PM UTC-5, Dormando wrote: > > Hey, > > In order to understand I'd have to see the details firsthand at this > point: Output of `stats` and `stats settings` commands, as well as any