Xref: utzoo comp.unix.wizards:21431 comp.unix.questions:21384 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!uwm.edu!rpi!sci.ccny.cuny.edu!phri!cmcl2!stealth.acf.nyu.edu!brnstnd From: brnstnd@stealth.acf.nyu.edu Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Re: On-line TCP/IP based inter-processor comm, HELP Message-ID: <261:Apr1423:21:4490@stealth.acf.nyu.edu> Date: 14 Apr 90 23:21:44 GMT References: <23310@abcom.ATT.COM> Reply-To: brnstnd@stealth.acf.nyu.edu (Dan Bernstein) Distribution: usa Organization: IR Lines: 14 In article <23310@abcom.ATT.COM> brr@abcom.ATT.COM (Rao) writes: > What I would like to do is replace the uucp based communication > package (which the deamons use for inter-processor on-line > file transfers) by a TCP/IP based communication software. > This TCP/IP based software can use the TLI interface, or > sockets, or any other appropriate mechanism. I immodestly recommend my auth package, appearing at Rich's whim in comp.sources.unix. Programs built to work on top of auth can be made completly independent of the communications mechanism, to the extent that someone could swap UUCP or NS or whatever versions of authtcp and attachport for my TCP versions, and the programs wouldn't notice. ---Dan