[Mono-list] Accessing SystemV style shared memory in Mono

Nigel Jenkins nigel at nebulus-design.co.uk
Mon Oct 16 03:31:52 EDT 2006


Hi Jon

Thanks for the info, as I'm so new to mono, I'm a bit wary of diving in 
and adding this stuff just right now (crikey I'm struggling to get Tao 
to work in monodevelop at the moment!).

Is there a timeline for this stuff getting added or is it up to people 
like me to jump in and implement things that are missing?


Nigel



Jonathan Pryor wrote:
> On Sun, 2006-10-15 at 11:06 +0100, Nigel Jenkins wrote:
>> I'm looking at porting a graphics cluster application from C++ to C# 
>> using mono, making good progress so far with all the network stuff, but 
>> the original application talks to a couple of external apps using shared 
>> memory (shmget, shmat etc..).
>> I've not been able to work out if there is a class that already allows 
>> me to do this, and being very new to mono, I'm not sure where I should 
>> be looking.
> 
> Mono.Unix.Native.Syscall *would* be the place for this, but these
> methods haven't been wrapped yet.
> 
> Thus, you'll have to wrap them manually.
> 
> You might find this useful:
> 
> 	http://www.mono-project.com/dllimport
> 
>  - Jon
> 
> 
> 
> 
> 


-- 

Nigel Jenkins  ---  Nebulus-Design

nigel at nebulus-design.co.uk
+44 (0) 7811 446 340


More information about the Mono-list mailing list