On Thu, Jan 15, 2009 at 11:18:52AM -0800, Glenn Faden wrote: > Shawn M. Emery wrote: > >I also want to combine functionality of the CCacheServer and gssd. So > >is there an up-call mechanism for domain sockets as well? > > No, for up-calls you need to use doors.
kgssapi->gssd currently uses RPC over loopback -- not far from Unix domain sockets. So it may be doable, but still, it'd be much better to contribute some #ifdef solaris code to MIT than use any IPC other than doors for upcalls. Nico --
