On Fri, Aug 22, 2003 at 12:52:07AM +0100, Greg Buchholz wrote:
> how all the pieces fit together yet.  All of the talk about ports,
> messages, and translators makes me think of ports, packets, and servers on
> the networking side of things.  Does anyone else think that is a valid
> analogy?

Better think about objects and interfaces.  Like, if you have an object file,
and an interface io_read, you do file->io_read() to read from the file.  The
high level view ignores that this actually has to send a message to a server
that provides file.  If you are there, then you can go one level down and
look at CORBA, for example.

> What could be added to that comparasion to make it more correct?
> In general, I think documentation that looks more like English and less
> like code would be very helpful.

return 1;   ;)

Marcus

-- 
`Rhubarb is no Egyptian god.' GNU      http://www.gnu.org    [EMAIL PROTECTED]
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
[EMAIL PROTECTED]
http://www.marcus-brinkmann.de/


_______________________________________________
Help-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-hurd

Reply via email to