On Wednesday 11 September 2002 11:21 pm, Lars Gullik Bjønnes > No, they don't share the same socket. > > it will be code "like" this: > > int sock = socket(ARGS) > bind(sock, ARGS) > while true; do > int new_sock = accept(sock. ARGS); > // register this new_sock with a stream > // register it with a function object > // deliver it to the event loop > done
Lars, I have your LocalSocket.[Ch] files. Could you send me a piece of code that uses them. I'm one of those who learn best from examples. Angus