I am working on a inter processes communication. I came across named pipe communication.
I already have some basic idea but need to make sure the following points?
Does name pipe can have more than one client at a same time?
Does it supports communication over different process build on different languages.
And please do tell me that what is the difference between named pipe communication and broadcasting for inter process communication ?