hello,

Thank you for your reply. What about libmemcached, http://libmemcached.org ?
It's a thread safe, light-weight in memory footprint and full support for
Memcached server methods. It's a very-well maintained library (see
https://launchpad.net/libmemcached/+announcements) and used by many
application for Memcached support (see http://libmemcached.org/Clients.html)
including popular scripting language PHP (
http://pecl.php.net/package/memcached). It's license seems to be compatible
with Monkey's license http://libmemcached.org/License.html for using in
Mememcahed plugin.

Please let me know your feedback.

Thank you.


On Sun, Mar 2, 2014 at 6:47 PM, Eduardo Silva <[email protected]> wrote:

> Hi,
>
>
> On Sun, Mar 2, 2014 at 4:02 PM, Rajika Kumarasiri <
> [email protected]> wrote:
>
>> hello,
>>
>> I did some reading. Now the Memcached plugin will act as a bridge between
>> the http client and the Memcached server, within the Monkey server. So in
>> order to invoke the Memcached server on behalf of the http client we from
>> the monkey plugin we need a client API for Memcached. So is there any
>> available C client API for Memcached or do we suppose to implement a one
>> our own ? I hope I am heading the right direction ?
>>
>> http client  <---> Memcached plugin (Monkey) <---> Memcached server.
>>
>> <---> denotes a request/response pair.
>>
>> Thank you.
>>
>>
> Your understanding is correct.
>
> You should propose a memcached library to use that is thread safe and
> fast, and of course maintained, not legacy or deprecated libs.
>
> best
>
>
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to