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

Queue implementation: cannot send larger data than queue buffer #7

Open
jdoe95 opened this issue Nov 20, 2018 · 1 comment
Open

Queue implementation: cannot send larger data than queue buffer #7

jdoe95 opened this issue Nov 20, 2018 · 1 comment
Assignees
Labels

Comments

@jdoe95
Copy link
Owner

jdoe95 commented Nov 20, 2018

If the data is larger than the queue buffer when sending to a queue, the send function will always fail. It might be desirable to change the queue implementation so that it allows data to be sent in smaller blocks as soon as the queue has free space.

@jdoe95 jdoe95 added the bug label Nov 20, 2018
@jdoe95 jdoe95 self-assigned this Nov 20, 2018
@jdoe95
Copy link
Owner Author

jdoe95 commented Nov 20, 2018

If threads are allowed to post data on to the queue one portion at a time, how will the timeout be handled?

@jdoe95 jdoe95 added question and removed bug labels Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant