-
Notifications
You must be signed in to change notification settings - Fork 62
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
create unix socket and qauld-ctl binary #543
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Harshil Jani <[email protected]>
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Signed-off-by: Harshil Jani <[email protected]>
This PR draft fulfills all the objectives of #541 ? |
Hey This PR is idea about how the objectives metioned can be approached. Feel free to try out and extend this ahead. |
Regarding the path to the unix socket, there is a standard path to add the process specific files of a program. qauld should create the following folder on linux, unix & macos:
Further future extensions:
|
Windows is now supporting unix sockets too. There is the question on how to make it work there. |
Description
With reference to #541. Currently , This PR is about implementing a Unix Socket and creating a basic layout for qauld-ctl binary.