Search the web
Sign In
New User? Sign Up
ace-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
[ace-users] The Development And Use Of ACE Shared Memory Like Class   Message List  
Reply | Forward Message #42982 of 42992 |
Re: [ace-users] The Development And Use Of ACE Shared Memory Like Class Objects

Hi Folks,

>> There is no need to have special read/write as long as the memory file is
>> used on the same machine(which is typically the case). If you want a
>> portable object serialization you can try ACE_CDR or boost::serialization.

For examples of "higher-level" abstractions atop raw shared memory,
check out the ACE_Malloc<> and ACE_MEM_SAP abstractions in ACE. There
are examples in

$ACE_ROOT/tests/
$ACE_ROOT/examples/Shared_Malloc/
$ACE_ROOT/examples/IPC_SAP/SOCK_SAP/

Take care,

Doug
--
Dr. Douglas C. Schmidt Professor and Associate Chair
Electrical Engineering and Computer Science TEL: (615) 343-8197
Institute for Software Integrated Systems WEB:
www.dre.vanderbilt.edu/~schmidt
Vanderbilt University, Nashville TN, 37203 NET: d.schmidt@...



Sun Oct 9, 2005 12:50 pm

schmidt@...
Send Email Send Email

Forward
Message #42982 of 42992 |
Expand Messages Author Sort by Date

ACE Users, I am NOT including a PRF form since this question does NOT include any references to compile/link/or execution concerns of ACE. I am on a project...
Tom Wallick
tomwallick@...
Send Email
Oct 8, 2005
6:03 am

Shared memory (and memory mapped file as they are related) are in fact "memory":) In you program you treate them as if they are from malloc(). You can cast...
Xue Yong Zhi
seclib@...
Send Email
Oct 8, 2005
6:13 pm

Hi Folks, ... For examples of "higher-level" abstractions atop raw shared memory, check out the ACE_Malloc<> and ACE_MEM_SAP abstractions in ACE. There are...
Douglas C. Schmidt
schmidt@...
Send Email
Oct 9, 2005
1:04 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help