jbochi / live_thumb

Live thumbnail using MJPEG and nginx_push_stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support to multiprocessing logging

leandromoreira opened this issue · comments

When using logging for multiprocess applications.

Some support for logging is available. Note, however, that the logging package does not use process shared locks so it is possible (depending on the handler type) for messages from different processes to get mixed up.

Source: python multiprocessing

One of the possible solutions is to use a shared queue lib to log.