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
Valentin Bartenev 27394118b3 Python: fixed error reporting on initialization of applications.
PyErr_Print() writes traceback to "sys.stderr", which is a file object that
can buffer the output.  If the process exits immediately, the buffer can be
destroyed before flushing to the log.  As a result, the user doesn't see
the traceback.

Now Py_Finalize() is also called in case of any errors during initialization.
It finalizes the interpreter and flushes all data.
2018-12-20 15:47:10 +03:00
auto Node.js: added check for libunit version at compile time. 2018-12-19 15:56:57 +03:00
docs Added version 1.6 CHANGES. 2018-11-15 15:56:09 +03:00
pkg Node.js: added check for libunit version at compile time. 2018-12-19 15:56:57 +03:00
src Python: fixed error reporting on initialization of applications. 2018-12-20 15:47:10 +03:00
test Tests: more Node.js tests. 2018-12-11 18:30:58 +03:00
.hgtags Added tag 1.6 for changeset d411e7fdee9e 2018-11-15 16:06:42 +03:00
CHANGES Added version 1.6 CHANGES. 2018-11-15 15:56:09 +03:00
configure Installing libunit headers and static library. 2018-10-17 15:52:44 +03:00
LICENSE Added LICENSE and NOTICE files. 2017-09-06 18:26:37 +03:00
NOTICE Year 2018. 2018-01-01 16:31:07 +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