diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-24 00:10:56 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-24 00:11:44 +0200 |
commit | 9df79e36371215811bd752d4cdf5fc8bed578549 (patch) | |
tree | c6b81474a87ae8f4c93886c2258b67bb73030c45 | |
parent | 53b717c454e9d853fb924c484ff20fb7ec602e4a (diff) | |
download | ponymap-9df79e36371215811bd752d4cdf5fc8bed578549.tar.gz ponymap-9df79e36371215811bd752d4cdf5fc8bed578549.tar.xz ponymap-9df79e36371215811bd752d4cdf5fc8bed578549.zip |
Update the README
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -11,6 +11,10 @@ of running services of a kind. It should be simple and straight-forward to either write your own service detection plugins, provided that you're familiar with writing asynchronous code, or to make changes to the existing ones. +So far there are some problems with reliability, and some clever algorithm to +avoid overloading the network is needed. Until then, you can use ulimit to cap +the maximum number of concurrent connections. + Building and Running -------------------- Build dependencies: openssl, clang, pkg-config, GNU make, help2man, Jansson @@ -32,6 +36,12 @@ After making any necessary edits to the file (there are comments to aid you in doing that), simply run the appropriate program with no arguments to retrieve a usage text. +Author's Notes +-------------- +This was quite an interesting project to write and it has taught me a lot about +event loops. It would be relatively simple to plug in libuv if more robustness +and portability is needed, though. + License ------- `ponymap' is written by Přemysl Janouch <p.janouch@gmail.com>. |