Oops! "haidinyak" <(E-Mail Removed)> was seen spray-painting on a wall:
> Is it possible to support different RPC programs within one process? My
> thought is to have one thread serving one program while having another
> thread serve a different RPC program.
It's possible; processes can indeed have multiple threads, and even if
not, if you control things via an event loop, multiple services can
surely "latch in."
That's certainly how "superservers" like xinet.d work.
Threads are pretty evil, as they run considerable risk of trampling on
one another, so you certainly want to be careful with them, and
perhaps avoid, if you can.
--
let name="cbbrowne" and tld="ntlug.org" in name ^ "@" ^ tld;;
http://cbbrowne.com/info/nonrdbms.html
BIOS = Bugs Inherited from Older Systems
--
(E-Mail Removed)