Skip to content

ENH: Improve loop timing in DistributedPluginBase #2317

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

Merged
merged 2 commits into from
Dec 5, 2017

Conversation

effigies
Copy link
Member

This change directs nipype to attempt constant-interval poll loops, rather than constant-sleep poll loops.

This is (kind of) a complement to #2315, to prevent additional work, such as garbage-collection from adding to the time between loops.

Changes proposed in this pull request

  • Constant-interval loops in DistributedPluginBase
  • PEP8/pyflakes cleanup

@oesteban oesteban merged commit d1176eb into nipy:master Dec 5, 2017
@effigies effigies deleted the constant_loop branch December 5, 2017 16:46
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.

2 participants