bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: term & user space console


From: Marcus Brinkmann
Subject: Re: term & user space console
Date: Thu, 31 Jan 2002 19:57:44 +0100
User-agent: Mutt/1.3.27i

On Wed, Jan 30, 2002 at 02:52:30PM -0800, Thomas Bushnell, BSG wrote:
> I think this is a very good strategy.  Mach RPCs can be split into
> asynchronous IPC calls, but this is not true of most RPC systems that
> we might want to port to.  So it's ok to take advantage of the Mach
> semantics in Mach-specific code (like devio.c).  But in generic code
> (like your hurdio.c) we should avoid Machisms where possible.
> 
> The Right Thing is surely two separate threads.

Do I use a third thread for assert_dtr?  If I need to assert the dtr, the
only strategy I can think of is to open in blocking mode.  However, if I use
synchronous RPC, this is better done in a seperate thread.  I don't know how
to assert the dtr otherwise.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]