I am trying to use Unix Socket to implement IPC and I know that Unix Socket is much more faster than TCP, but I still have 2 questions.
- Is Unix Socket reliable as TCP?
- Which layer is Unix Socket on in OSI?
I am trying to use Unix Socket to implement IPC and I know that Unix Socket is much more faster than TCP, but I still have 2 questions.