|
|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Tue, 15 Aug 2006
Network allocator.
After some cleanups it is possible to achieve more than 2460 requests per second
with trivial epoll based web server on system with network allocator instead of
usual kmalloc/SLAB one for network payload data (for reference: system with
kmalloc/SLAB allocator can only handle 1600-1800 requests per second).
/devel/networking/nta :: Link / Comments ()
|