Searched hist:351 (Results 1 – 1 of 1) sorted by relevance
/unit/src/ |
H A D | nxt_router.c | diff 351:92038a9f4937 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Optimized request<->app link allocation.
Only purpose of request<->app link instance is to be enqueued in application requests queue.
It is possible to avoid request<->app link allocation from memory pool in case when spare application port is available. Instance from local stack can be used to prepare and send message to application.
|