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

High performance transport, threading model #7

Closed
jimfcarroll opened this issue Apr 18, 2012 · 2 comments
Closed

High performance transport, threading model #7

jimfcarroll opened this issue Apr 18, 2012 · 2 comments
Milestone

Comments

@jimfcarroll
Copy link
Collaborator

Currently the transport is a trivial Tcp implementation. A new transport should be plugged in that is higher performance. Either, Netty or 0MQ (probably Netty). As the Transport also determines the threading model, this will need to be provided also.

@jimfcarroll
Copy link
Collaborator Author

started working on a 0mq transport

@jimfcarroll
Copy link
Collaborator Author

zero-copy nio transport implemented in 0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant