We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
id
pid
Hi, there,
Many thanks to the authors for their SFS contributions.
I am currently plugging the SFS scheduler into my personal program
In SFS scheduler I have noticed that there is a UDP listener that took two parameters primarily (result["pid"], and result["id"]).
My question is: do I just need a randomly generated id (for example using uuid) and an exact pid for the scheduler to work properly?
Thanks for the help and clarification on the question. I appreciate the information!
Sincerely, Jair
The text was updated successfully, but these errors were encountered:
Hi, Jair
Yes, and we assume ID and PID are in [0, 1000000] for our sample experiment.
Best Yuqi
Sorry, something went wrong.
No branches or pull requests
Hi, there,
Many thanks to the authors for their SFS contributions.
I am currently plugging the SFS scheduler into my personal program
In SFS scheduler I have noticed that there is a UDP listener that took two parameters primarily (result["pid"], and result["id"]).
My question is: do I just need a randomly generated id (for example using uuid) and an exact pid for the scheduler to work properly?
Thanks for the help and clarification on the question. I appreciate the information!
Sincerely,
Jair
The text was updated successfully, but these errors were encountered: