-
Notifications
You must be signed in to change notification settings - Fork 270
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
Support a single client connecting to multiple servers/processes #134
Comments
What could be the UI for that? Maybe an URL with the bash-like brace expansions: What's about the time sync? The measured times use the same Thread name clashes may be an issue: like multiple Alternatively, is it more straightforward to run the Remotery thread in one process and collect samples via a shared memory? Could it just work if some objects are moved into the shared memory? Or use a Remotery thread per process writing into a common pipe? |
That seems as good as any. Maybe
These can be namespaced, I think we already grab the process name somewhere.
Tricky. I don't want any dependencies between processes or require people to launch a separate process just to get timing results. |
Should be fairly straight-forward, requiring steps:
bind
.The text was updated successfully, but these errors were encountered: