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

Yield to the event loop more often #6

Open
strugee opened this issue Oct 20, 2017 · 0 comments
Open

Yield to the event loop more often #6

strugee opened this issue Oct 20, 2017 · 0 comments

Comments

@strugee
Copy link
Member

strugee commented Oct 20, 2017

I've noticed that occasionally it will take several seconds for localhost requests to be served. I should break out a debugger to be sure, but I believe the cause is this module hogging the event loop when building RSS files.

We should yield to the event loop every once in a while, to allow requests to be processed.

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

No branches or pull requests

1 participant