bug-hurd
[Top][All Lists]
Advanced

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

Re: MIG->Corba (performance)


From: exa
Subject: Re: MIG->Corba (performance)
Date: Sat, 10 Feb 2001 16:15:16 +0200
User-agent: Mutt/1.3.12i

On Sat, Feb 10, 2001 at 03:12:46PM +0200, Ognyan Kulev wrote:
> One beautiful solution will be batching many IPC requests in one context
> switch, e.g. (open,read,close). 

You mean a burst transfer. That's done in parallel programming. Many high
level libraries take advantage of that. It is ultimately the task of
message passing subsystem though. Think an optimizing msg handler. Of
course you need some abstractions so that you can tell the msg handler
what kind of messages you are sending.

-- 
Eray (exa) Ozkural
Comp. Sci. Dept., Bilkent University, Ankara
e-mail: erayo@cs.bilkent.edu.tr
www: http://www.cs.bilkent.edu.tr/~erayo



reply via email to

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