Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-12 | Memory pool debug enabled with NXT_DEBUG_ALLOC define. | Max Romanov | 1 | -4/+12 | |
2017-07-12 | New process port exchange changed. READY message type introduced. | Max Romanov | 1 | -0/+13 | |
Application process start request DATA message from router to master. Master notifies router via NEW_PORT message after worker process become ready. | |||||
2017-07-07 | Redirecting buffer completion handler to specific engine. | Max Romanov | 1 | -1/+2 | |
There is a case in router where we use port in router connection thread. Buffers are allocated within connection memory pool which can be used only in this router thread. sendmsg() can be postponed into main router thread and completion handler will compare current engine and post itself to correct engine. | |||||
2017-06-19 | Memory pools refactoring. | Igor Sysoev | 1 | -0/+4 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -1/+1 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -0/+34 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+126 | |