summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_event_engine.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-14Introduced event engine memory buffers.Igor Sysoev1-0/+4
2019-11-14Event engine memory cache refactored.Igor Sysoev1-3/+5
2018-10-22Improved epoll failures handling.Igor Sysoev1-0/+2
epoll changes are committed to the kernel before epoll_wait() or on changes array overflow. In the latter case if there are errors epoll_wait() timeout was not set to zero. This commit is related to #173 issue on GitHub. Thanks to 洪志道 (Hong Zhi Dao).
2017-10-17Storing memory cache slot hint inside nxt_sockaddr_t.Igor Sysoev1-2/+2
2017-09-27Event engine memory cache for nxt_sockaddr_t.Igor Sysoev1-0/+6
Introducing event engine memory cache and using the cache for nxt_sockaddr_t structures.
2017-09-15Introducing application timeout.Max Romanov1-10/+0
2017-07-18Work queue thread assertions. Reset thread after fork.Max Romanov1-0/+10
2017-07-05Router: processing JSON configuration.Igor Sysoev1-0/+2
2017-06-23Added basic HTTP request processing in router.Max Romanov1-0/+10
- request to connection mapping in engine; - requests queue in connection; - engine port creation; - connected ports hash for each process; - engine port data messages processing (app responses);
2017-06-19Memory pools refactoring.Igor Sysoev1-1/+1
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-3/+3
to nxt_conn_...
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev1-0/+10
2017-03-09Processes refactoring.Igor Sysoev1-4/+4
The cycle has been renamed to the runtime.
2017-02-22I/O operations refactoring.Igor Sysoev1-1/+1
2017-02-07Event engines refactoring.Igor Sysoev1-16/+439
2017-01-30nxt_event_timer has been renamed to nxt_timer.Igor Sysoev1-1/+1
2017-01-27Work queues refactoring.Igor Sysoev1-13/+6
2017-01-23Introducing tasks.Igor Sysoev1-2/+5
2017-01-17Initial version.Igor Sysoev1-0/+94