| #
2317ada5 |
| 18-Sep-2021 |
fengbojiang <[email protected]> |
Update LICENCE.
|
|
Revision tags: v1.21.1, v1.21, v1.20, v1.13, v1.12 |
|
| #
3ce9eefd |
| 08-Dec-2017 |
chenwei <[email protected]> |
Nginx: support kernel network stack, so we can do what fstack can't do, e.g. unix socket, ipc (with APP on kernel network stack), packet from kernel network stack. 1. Add a new directive kernel_netw
Nginx: support kernel network stack, so we can do what fstack can't do, e.g. unix socket, ipc (with APP on kernel network stack), packet from kernel network stack. 1. Add a new directive kernel_network_stack : Syntax: kernel_network_stack on | off; Default: kernel_network_stack off; Context: http, server This directive is available only when NGX_HAVE_FF_STACK is defined. Determines whether server should run on kernel network stack or fstack. 2. Use a simpler and more effective solution to discriminate fstack fd(file descriptor, only socket for now) from kernel fd.
show more ...
|
| #
70bb2888 |
| 08-Dec-2017 |
chenwei <[email protected]> |
Nginx: support kernel network stack, so we can do what fstack can't do, e.g. unix socket, ipc (with APP on kernel network stack), packet from kernel network stack. 1. Add a new directive kernel_netw
Nginx: support kernel network stack, so we can do what fstack can't do, e.g. unix socket, ipc (with APP on kernel network stack), packet from kernel network stack. 1. Add a new directive kernel_network_stack : Syntax: kernel_network_stack on | off; Default: kernel_network_stack off; Context: http, server This directive is available only when NGX_HAVE_FF_STACK is defined. Determines whether server should run on kernel network stack or fstack. 2. Use a simpler and more effective solution to discriminate fstack fd(file descriptor, only socket for now) from kernel fd.
show more ...
|
|
Revision tags: v1.11 |
|
| #
615f2d3c |
| 08-Aug-2017 |
logwang <[email protected]> |
Fix `ff_fdused_range` not work.
|
| #
a02c88d6 |
| 08-Aug-2017 |
logwang <[email protected]> |
Simplify startup arguments and add ff_fdisused.
Changes: 1.Simplify f-stack startup arguments:"--conf, --proc-type, --proc-id". 2.add a function `ff_fdisused` to check if fd is used in f-stack.
|