netty5/transport-native-epoll
Norman Maurer 7ed8364a7b Allow to set max capacity for task queue for EventExecutors and EventLoops
Motivation:

To restrict the memory usage of a system it is sometimes needed to adjust the number of max pending tasks in the tasks queue.

Modifications:

- Add new constructors to modify the number of allowed pending tasks.
- Add system properties to configure the default values.

Result:

More flexible configuration.
2016-06-24 14:23:10 +02:00
..
src Allow to set max capacity for task queue for EventExecutors and EventLoops 2016-06-24 14:23:10 +02:00
pom.xml epoll_wait timeout reset when called multiple times 2016-06-09 11:15:34 -07:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:27:43 +01:00

Native transport for Linux

See our wiki page.