Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run multiprocessin.Process from Win32Service #403

Closed
alex-eri opened this issue Jul 18, 2018 · 1 comment · Fixed by #622
Closed

Run multiprocessin.Process from Win32Service #403

alex-eri opened this issue Jul 18, 2018 · 1 comment · Fixed by #622

Comments

@alex-eri
Copy link

Process(target=fu).start() not working, not forked from main.

My code has periodic task that makes http requests and task needed to be low latency amd non blocked. So threading not good for me.

PS. How to work with cx_Logging?

@marcelotduarte
Copy link
Owner

For cx_Logging has a sample at https://github.com/anthony-tuininga/cx_Freeze/tree/master/cx_Freeze/samples/service
See #536 (comment) about it.
PR #622 solve these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants