multiprocessing-logging
multiprocessing-logging copied to clipboard
Is it really only for POSIX systems and only Linux is supported (and no Windows?)?
trafficstars
I was wondering about this comment (from the README) - Only works on POSIX systems and only Linux is supported. It does not work on Windows.
I want to use this package in my App and want it to be supported on Linux as well as Windows. Is this something i will not be able to achieve using this package?
From a quick run/check, i get a feeling it's working well on Windows. Is it (still?) true that it is not expected to work on Windows and non-POSIX? If so, where (in the code?) is the limitation?
Thanks in advance for the supprot!