Can you submit this as a series of independent changes, or perhaps a just
put up a repo somewhere?

We appreciate the work, but we'll need to break it up into consumable
chunks.

dustin sallings

On Apr 1, 2010 6:35 PM, "KaiGai Kohei" <kai...@ak.jp.nec.com> wrote:

The attached patch reworked the engine framework based on the following
three ideas.


* A new server API to obtain socket file descriptor.
The get_socket_fd() server API allows engines to know properties of
connection socket.


* New APIs to retrieve length of key/data
The item_get_nkey() and item_get_ndata() engine APIs replaced direct
references to item->nkey and item->nbytes.


* Flags to show what features are provided with the engine module.
The 'features' field of ENGINE_HANDLE enables to inform the core
memcached (or intermediation module, like bucket) features of the
loaded engine module.

Any comments are welcome.

Thanks,


(2010/04/01 15:46), KaiGai Kohei wrote:
> Hello,
>
> As we discussed before, I focus on access con...


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to