Re: Custom interface questions.

2004-03-02 Thread Thomas Bushnell, BSG
Rian Hunter <[EMAIL PROTECTED]> writes: > I'm writing a Hurd server that uses its own custom interface (ie does > not implement io_write, io_read rpcs etc). Is this correct? Should all > Hurd servers be required to handle the standard Hurd rpcs since the > nameserver for ports is basically the fil

Custom interface questions.

2004-03-01 Thread Rian Hunter
I'm writing a Hurd server that uses its own custom interface (ie does not implement io_write, io_read rpcs etc). Is this correct? Should all Hurd servers be required to handle the standard Hurd rpcs since the nameserver for ports is basically the filesystem? I tried a test client and server program