Skip to main content
Email Password   helpLost your password?

Introduction

.NET inter-process mechanisms are very slow. With some system calls, it becomes easy to use file mapping and that's the faster mechanism for IPC.

Classes

EXEs

Points of interest

The sample programs included here runs at 250.000 msgs per second on a PIV 3 GHz. But they block each other while accessing the channel and the CPU is not 100% busy.

With MemMap class support, it becomes easy to implement other IPC mechanisms as shared Dictionaries.

History

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
Generalwith read from C++ program Pin
ftaka
22:06 29 Apr '08  
GeneralCode corrected and revised Pin
aalday
21:18 21 Jan '07  
GeneralSomething wrong Pin
Alexey_i
2:33 21 Oct '06  
GeneralRe: Something wrong Pin
aalday
21:16 21 Jan '07  
GeneralFaster implementation Pin
studio_ukc
9:18 28 Sep '06  
GeneralCopyright/Usage? Pin
brian_birtle
7:25 6 Nov '05  
GeneralRe: Copyright/Usage? Pin
aalday
10:29 6 Nov '05  
GeneralNext time post in proper category Pin
fwsouthern
20:51 25 Jun '05  
GeneralRe: Next time post in proper category Pin
aalday
22:28 25 Jun '05  
GeneralFORTRAN Pin
Anonymous
14:23 25 Jun '05  
GeneralSeems great Pin
Daniel Turini
13:26 25 Jun '05  
GeneralRe: Seems great Pin
aalday
22:40 25 Jun '05  


Last Updated 21 Jan 2007 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009