NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
Find a file
Max Romanov 439bf7df11 Breaking read loop by nxt_port_read_close().
Port message handler may perform fork() and then close port read file
descriptor and enable write on same event fd.  Next read attempt in this case
may cause different errors in log file.
2017-10-04 15:02:32 +03:00
auto Supported linking with -lrt on BSD systems. 2017-09-27 18:34:23 +03:00
src Breaking read loop by nxt_port_read_close(). 2017-10-04 15:02:32 +03:00
test Initialized task in utf8 unit test, fixes segfault in debug build. 2017-09-04 17:32:29 +03:00
.hgtags Added tag 0.1 for changeset f9d308f3fceb 2017-09-06 22:50:26 +03:00
CHANGES Added CHANGES file. 2017-09-06 19:14:28 +03:00
configure Better checking for shm_open() during configure. 2017-09-27 18:34:23 +03:00
LICENSE Added LICENSE and NOTICE files. 2017-09-06 18:26:37 +03:00
NOTICE Added LICENSE and NOTICE files. 2017-09-06 18:26:37 +03:00
README README: added project name to the beginning. 2017-09-19 19:05:03 +03:00

NGINX Unit
----------

The documentation and binary packages are available online:

  http://unit.nginx.org

The source code is provided under the terms of Apache License 2.0:

  http://hg.nginx.org/unit

Please ask questions, report issues, and send patches to the mailing list:

  unit@nginx.org (http://mailman.nginx.org/mailman/listinfo/unit)

or via Github:

  https://github.com/nginx/unit

--
NGINX, Inc.
http://nginx.com