C = only language that easily deals with shared mem. access ?
From: Spendius (spendius_at_muchomail.com)
Date: 11/17/04
- Next message: Michael Mair: "Re: [OT] Compiler warning level"
- Previous message: SJ: "text fixed with graphics and eqations"
- Next in thread: Dan Pop: "Re: C = only language that easily deals with shared mem. access ?"
- Reply: Dan Pop: "Re: C = only language that easily deals with shared mem. access ?"
- Reply: Mark McIntyre: "Re: C = only language that easily deals with shared mem. access ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Nov 2004 00:17:32 -0800
Hi,
I've been searching for a few days which languages allow to
access zones of the shared memory, and the conclusion is that
C's (& C++ I guess) are the only one that permits that isn't it ?
(in fact I've only checked Java, Perl and Python)
The IPC::Shareable API in Perl doesn't look like it's widely used,
in Java there's nothing, the same in Python.
Am I mistaken ?
Thanks.
Spendius
- Next message: Michael Mair: "Re: [OT] Compiler warning level"
- Previous message: SJ: "text fixed with graphics and eqations"
- Next in thread: Dan Pop: "Re: C = only language that easily deals with shared mem. access ?"
- Reply: Dan Pop: "Re: C = only language that easily deals with shared mem. access ?"
- Reply: Mark McIntyre: "Re: C = only language that easily deals with shared mem. access ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|