- Custom Memory Manager & placement new - 1 Update
"Chris M. Thomasson" <invalid@invalid.invalid>: Nov 24 03:14PM -0800 On 11/24/2016 12:58 PM, Jerry Stuckle wrote: >> the same machine as the display server. > Don't forget if any process writes to the shared memory, all access to > the shared memory must be protected by mutex semaphores. Why? Keep in mind that C++11 has basically all the functionality we need to efficiently avoid mutexs and/or semaphores when possible. > That slows > things down a bit - but it's still a lot faster than any other IPC. Yes. Mutexs can slow definitely things down, however, they do have their place. |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment