Searched hist:427 (Results 1 – 4 of 4) sorted by relevance
/unit/src/ |
H A D | nxt_port_rpc.c | diff 427:05ae752c6cfb Wed Dec 27 14:48:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Rescheduling of pending request after configured timeout.
New optional configuration parameter introduced: limits.reschedule_timeout. Default value 1 second. In the case when request is written to the port socket 'in advance', it is called 'pending'.
On every completed request, the head of pending request is checked against reschedule timeout. If this request waiting for execution longer than timeout, it is cancelled, new port selected for this request.
|
H A D | nxt_router.h | diff 427:05ae752c6cfb Wed Dec 27 14:48:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Rescheduling of pending request after configured timeout.
New optional configuration parameter introduced: limits.reschedule_timeout. Default value 1 second. In the case when request is written to the port socket 'in advance', it is called 'pending'.
On every completed request, the head of pending request is checked against reschedule timeout. If this request waiting for execution longer than timeout, it is cancelled, new port selected for this request.
|
H A D | nxt_conf_validation.c | diff 427:05ae752c6cfb Wed Dec 27 14:48:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Rescheduling of pending request after configured timeout.
New optional configuration parameter introduced: limits.reschedule_timeout. Default value 1 second. In the case when request is written to the port socket 'in advance', it is called 'pending'.
On every completed request, the head of pending request is checked against reschedule timeout. If this request waiting for execution longer than timeout, it is cancelled, new port selected for this request.
|
H A D | nxt_router.c | diff 427:05ae752c6cfb Wed Dec 27 14:48:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Rescheduling of pending request after configured timeout.
New optional configuration parameter introduced: limits.reschedule_timeout. Default value 1 second. In the case when request is written to the port socket 'in advance', it is called 'pending'.
On every completed request, the head of pending request is checked against reschedule timeout. If this request waiting for execution longer than timeout, it is cancelled, new port selected for this request.
|