summaryrefslogtreecommitdiffstats
path: root/runtime/nspoll.h
Commit message (Collapse)AuthorAgeFilesLines
* interim commit: refactored epoll processingRainer Gerhards2011-01-261-1/+1
| | | | this is a perquisite for multi-threading the input handler
* improved tcpsrv performance by enabling multiple-entry epollRainer Gerhards2011-01-251-2/+3
| | | | | | so far, we always pulled a single event from the epoll interface. Now 128, what should result in performance improvement (less API calls) on busy systems. Most importantly affects imtcp.
* milestone commit: first working version with epoll/tcpRainer Gerhards2009-11-231-1/+1
| | | | ... but not well-tested, so there may be many hidden bugs.
* milestone: working towards utilizing epoll interfaceRainer Gerhards2009-11-191-1/+1
| | | | NOTE: this version does NOT run - tcp-based servers are defunct.
* milestone commit: first driver layer call doneRainer Gerhards2009-11-181-2/+12
| | | | | ... does not really run. We can now call into the epoll driver, but not handle epoll(). The driver also needs more modifications.
* added skeleton for supporting epoll() API in netstream subsystemRainer Gerhards2009-11-181-0/+55