Hello. I wrote C++ module for nginx. Nginx starts with master process and 8 workers processes. Every worker write logs in one public file. What's better way to synchronise write in file. Thanks for advise.
↧