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

Better modelling of RPC overhead + model different RPC mechanisms #14

Open
khilangudka opened this issue Feb 26, 2015 · 0 comments
Open

Comments

@khilangudka
Copy link
Contributor

Currently we model RPC cost by just sending bytes down a Unix pipe. The performance characteristics may differ depending on a number of factors such as the size of the message. Could use linear regression on RPC messages of different sizes and use the computed curve during simulation.

We should also model a few different RPC mechanisms for each OS.

@khilangudka khilangudka changed the title Better modelling of RPC overhead + allow different RPC mechanisms Better modelling of RPC overhead + model different RPC mechanisms Feb 26, 2015
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

1 participant