Re: optimizing link between client and server



On Thu, 30 Nov 2000, Simon Britnell wrote:

> I don't think ORBit does SHM yet.

It's not going to unless someone comes up with a SHM message send/receive
implementation that shows significant performance improvements over UNIX
domain sockets.

SHM is good for sharing chunks of large data between apps, but for normal
message-oriented traffic it's no good, because you still need a signalling
mechanism, and latency can be a bigger problem than bandwidth in many
cases. If you have to pass large amounts of data and still need to use
CORBA, I recommend using CORBA to negotiate/control a directly-accessed
SHM segment.

-- Elliot
"The Pythagorean Theorem employed 24 words, the Lord's Prayer has 66 words,
Archimedes Principle has 67 words, the 10 Commandments have 179 words, the
Gettysburg Address had 286 words, the Declaration of Independence, 1,300 words and
finally the European Commission's regulation on the sale of cabbage: 26,911 words."






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