mirror of https://github.com/F-Stack/f-stack.git
e340d433ea
When nginx is configured like this: ``` server { listen 8000; kernel_network_stack on; location / { proxy_pass http://127.0.0.1:8080/; } } ``` nginx will crash, becasue kernel network stack is handled in a single thread, but we have hijacked all the socket apis, it causes that all apis enter to f-stack's path which is in main thread. |
||
---|---|---|
.. | ||
micro_thread | ||
nginx-1.11.10 | ||
redis-3.2.8 |