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

Fix the queue overflow when the server can't keep up with the client #29

Closed
kvark opened this issue Jun 29, 2014 · 1 comment · Fixed by #69
Closed

Fix the queue overflow when the server can't keep up with the client #29

kvark opened this issue Jun 29, 2014 · 1 comment · Fixed by #69

Comments

@kvark
Copy link
Member

kvark commented Jun 29, 2014

We need to handle the situation where renderthread or the platform thread receives data faster than it can process.

@kvark kvark added the bug label Jun 30, 2014
@photex
Copy link
Contributor

photex commented Jun 30, 2014

What are some common strategies for back pressure in systems like this?

@brendanzab brendanzab reopened this Jul 3, 2014
kvark pushed a commit to kvark/gfx that referenced this issue Jun 14, 2015
kvark added a commit to kvark/gfx that referenced this issue Jun 14, 2015
adamnemecek pushed a commit to adamnemecek/gfx that referenced this issue Apr 1, 2021
29: Add no_mangle to extern "C" fn r=grovesNL a=Michael-Lfx



Co-authored-by: Michael-Lai fx <cihv2@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants