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

How does an ipc-file work? #95

Open
serapath opened this issue Feb 11, 2017 · 3 comments
Open

How does an ipc-file work? #95

serapath opened this issue Feb 11, 2017 · 3 comments

Comments

@serapath
Copy link

Is there an example or some reading material?
That sounds very interesting in general. Never heard about such a thing.

Would love if I could get or read some explanation or see some examples :-)
Are there standards for this?

@andrewrk
Copy link
Owner

It's just a socket as a file. Works the same as a network connection.

@andrewrk
Copy link
Owner

@serapath
Copy link
Author

Oh, I didn't know about "socket as a file". Are there some cool resources that show how that works?
Can multiple files pipe to the file which is .. i guess read? ... by the receiving process?
Can I pipe from another node process to the file and from the terminal too?
Is it slower or different than piping directly - for example - from a parent to a child process?

Do you maybe have some code examples? :-)

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