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

Make PailgunServer multithreaded in order to avoid blocking the PailgunService thread. #6669

Merged

Conversation

stuhood
Copy link
Sponsor Member

@stuhood stuhood commented Oct 22, 2018

No description provided.


# Override the ThreadingMixIn default, to minimize the chances of zombie pailgun processes.
daemon_threads = True
timeout = 0.05
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps order the timeout line above the comment to make it clear the timeout applies to just the daemon_threads line.

@stuhood stuhood merged commit e5f2732 into pantsbuild:master Oct 24, 2018
@stuhood stuhood deleted the stuhood/make-pailgunserver-multithreaded branch October 24, 2018 04:17
stuhood pushed a commit that referenced this pull request Oct 29, 2018
…unService thread. (#6669)

* Make PailgunServer multithreaded in order to avoid blocking the PailgunService thread for long periods.
stuhood pushed a commit that referenced this pull request Oct 29, 2018
…unService thread. (#6669)

* Make PailgunServer multithreaded in order to avoid blocking the PailgunService thread for long periods.
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 this pull request may close these issues.

None yet

2 participants