Groups | Blog | Home
all groups > dotnet performance > july 2003 >

dotnet performance : Fast interprocess communication


Fabian Gebert
7/24/2003 4:00:34 PM
What is the fastest solution to exchange big data fast
between two processes in .NET?

Thanks in advance,

Nick Wienholt
7/25/2003 2:08:54 PM
I haven't done any detailed benchmarking, but memory mapped files generally
provide a lightning-fast IPC mechanism as your essentially sharing the same
RAM between two processes. There is a .NET wrapper at
http://www.winterdom.com/dev/dotnet/index.html. At times I've though about
writing a MMF-based remoting channel, but never raised the energy to do it.


Nick Wienholt, MVP
Maximizing .NET Performance
http://www.apress.com/book/bookDisplay.html?bID=217
Sydney Deep .NET User Group www.sdnug.org


[quoted text, click to view]

AddThis Social Bookmark Button