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

TCP flow control, supervision and configuration #7

Open
everydaysasaturday opened this issue Feb 21, 2014 · 1 comment
Open

TCP flow control, supervision and configuration #7

everydaysasaturday opened this issue Feb 21, 2014 · 1 comment

Comments

@everydaysasaturday
Copy link

It would be more reliable if the TCP responses would handled by activating the socket.
In high loads and in cases where the response handling takes a bit more time than what it should the tcp stack might overflow. This would then cause the response handler most likely to crash and client would fail to function. So also a supervisor would be needed. And what about configurable connection properties?

@iamaleksey
Copy link
Owner

@bitchslap It's pretty low-level right now (but without any known unresolved issues). More high-level functionality will be added eventually, once I'm done with my unresolved 2.1 Cassandra issues (in fact, I'm planning to spend several weeks to a month working full time on seestar soon).

Currently, however, nothing's stopping you from wrapping a seestar_connection process into a more high-level module, and/or sticking it into a supervisor. Use seestar_connection as a working building block.

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