f-stack/app
chenwei 70bb2888cb 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.
2017-12-08 18:32:08 +08:00
..
micro_thread Micro_thread: convert encoding of source files and remove chinese comments. 2017-11-20 22:39:00 +08:00
nginx-1.11.10 Nginx: support kernel network stack, so we can do what fstack can't do, 2017-12-08 18:32:08 +08:00
redis-3.2.8 redis: Use the ff_gettimeofday instead of gettimeofday. 2017-08-30 19:48:48 -07:00