Well.. the title says it all! I'm looking for a completed implementation of
UNIX domain sockets.
Thanks,
Marc
--
Marc L. Allen
Schlumberger Technologies
Senior Software Design Engineer
(Gad! What a boring signiture!!)
Thanks,
Marc
--
Marc L. Allen
Schlumberger Technologies
Senior Software Design Engineer
(Gad! What a boring signiture!!)
Please post responses here, too. Cheers :-)
-- Peter
--
Drealm Conference System -- (+44) 181 568 4305 (V.FC)
The home of drealmBBS -------- six lines -- live chat
1. finding unused Unix domain sockets
Whats a good way to find an unbound unix domain socket (
since I think an explicit unlink has to be done, looking
at the file system is not sufficient).
Also, can you unlink the file for a bound socket?
I'm on SunOS 4.1.x but will use other BSD compatabile systems.
Do you have to grovel around in the kernel data structures for
its bound sockets?
--
The Feynman problem solving Algorithm
1) Write down the problem
2) Think real hard
3) Write down the answer
Murray Gell-mann in the NY Times
3. UNIX domain sockets vs TCP sockets
4. after recompilation, sb16 doesn't work
5. Problem with Unix Domain sockets on OSF Unix V4.0
7. Install onto PCMCIA hard disk
8. Where can I find a complete manual for C/C++ under unix?
9. UNIX domain socket weirdness
10. UNIX domain datagram sockets
11. UNIX Domain socket question
12. Unix domain socket: can't test for blocking before sendto