mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 22:45:50 +03:00
3172abca21
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1990 1f5c12ca-751b-0410-a591-d2e778427230
25 lines
625 B
Plaintext
25 lines
625 B
Plaintext
This software is based on pieces of the memcached server.
|
|
|
|
The following was taken from their README:
|
|
|
|
Dependencies:
|
|
|
|
-- libevent, http://www.monkey.org/~provos/libevent/ (libevent-dev)
|
|
|
|
If using Linux, you need a kernel with epoll. Sure, libevent will
|
|
work with normal select, but it sucks.
|
|
|
|
epoll isn't in Linux 2.4 yet, but there's a backport at:
|
|
|
|
http://www.xmailserver.org/linux-patches/nio-improve.html
|
|
|
|
You want the epoll-lt patch (level-triggered).
|
|
|
|
If you're using MacOS, you'll want libevent 1.1 or higher to deal with
|
|
a kqueue bug.
|
|
|
|
The memcached website is at:
|
|
|
|
http://www.danga.com/memcached/
|
|
|