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

Replace TCP with Unix sockets #5

Open
bajtos opened this issue Jun 7, 2023 · 0 comments
Open

Replace TCP with Unix sockets #5

bajtos opened this issue Jun 7, 2023 · 0 comments

Comments

@bajtos
Copy link
Member

bajtos commented Jun 7, 2023

We start the Lassie HTTP server listening on a TCP port now. This allows other processes to communicate with our Lassie instance.

A possible alternative is to rework the communication with Lassie to happen over a Unix socket (AF_UNIX), ideally an unnamed one.

Further reading about AF_UNIX support on Windows:

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