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

some trouble on comment #11

Closed
yushimeng opened this issue Mar 1, 2023 · 1 comment
Closed

some trouble on comment #11

yushimeng opened this issue Mar 1, 2023 · 1 comment

Comments

@yushimeng
Copy link

I have some trouble to understand this comment:
“Multiple readers makes problem, which can delay writing response”
Why multi UDPReadWorkers Goroutine can delay writing response?

@emiago
Copy link
Owner

emiago commented Mar 4, 2023

Hi @yushimeng
As we are dealing with single udp connection, lot of writters try to send data over same connection. With my testing adding more readers will not improve (they do parsing + fork btw) and we can just block more writing side. This is still left as option so UDPReadWorkers variable could be used to increase and recheck.

Let me know is this answers your question

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

2 participants