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

Are id and pid sufficient for other programs to access SFS? #2

Open
GitHubDiom opened this issue Nov 6, 2022 · 1 comment
Open

Comments

@GitHubDiom
Copy link

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

@fishercht1995
Copy link
Contributor

Hi, Jair

Yes, and we assume ID and PID are in [0, 1000000] for our sample experiment.

Best
Yuqi

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