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

need fix for large asynchronous writes. (too big for a single writev call) #1

Closed
y-oda-oni-juba opened this issue Jan 9, 2013 · 3 comments
Assignees

Comments

@y-oda-oni-juba
Copy link
Contributor

see frsyuki/mpio#3

@y-oda-oni-juba
Copy link
Contributor Author

mpio's event-loop has another issue: new async write event recognition is slow. this makes latency worse.
I will merge https://github.com/aarond10/mpio.git 's linux eventfd based fix. but

  • for compatibility, POSIX pipe based implementation is need
  • delete glog dependency
  • keep mpio::event.next()/more() feature ( these are used by msgpack-rpc C++ )

@kmaehashi
Copy link
Member

Thanks @y-oda-oni-juba, let's raise new issue for that.

@y-oda-oni-juba
Copy link
Contributor Author

I marged this fix to develop branch.

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