Dynamic settings

2017-01-23 Thread 'Scott Mansfield' via memcached
There was a single setting my team was looking at today and wish we could have changed dynamically: the reqs_per_event setting. Right now in order to change it we need to shut down the process and start it again with a different -R parameter. I don't see a way to change many of the settings, th

Re: Ordering of commands per connection

2017-01-23 Thread 'Scott Mansfield' via memcached
I'm actually also very interested to see anything you can share about your project. On Monday, January 23, 2017 at 12:50:03 PM UTC-8, Dormando wrote: > > Hey, > > I've always wanted to try implementing a server with a xilinx chip. Seems > like you folks would be more qualified to do that :) >

Re: Ordering of commands per connection

2017-01-23 Thread dormando
Hey, I've always wanted to try implementing a server with a xilinx chip. Seems like you folks would be more qualified to do that :) The short answer is that the server does guarantee order right now. The ASCII protocol doesn't work very well if you reorder the results, but primarily all clients w

Ordering of commands per connection

2017-01-23 Thread Ravi Kiran
HI , We are planning to use the MemchaheD software and accelerate it with hardware offload. We would like to know from protocol prospective each connection should maintain the order in which it receives the command to send a response back ? for Ex: If we receive GET1 GET2 SET1 GET3 do we need