shared-memory
Slow shared memory performance when moved to 64-bit OS
I am having an issue with a 32-bit legacy app running on 64-bit windows. The app in question uses CreateFileMapping to create shared memory. When this is run on 64-bit Windows any attempt to access th[详细]
2023-01-15 05:49 分类:问答Java concurrency - why doesn't synchronizing a setter (but not a getter) make a class thread-safe? [duplicate]
This question already has answers here: Closed 12 y开发者_高级运维ears ago. Possible Duplicate: Thread safety in Java class[详细]
2023-01-14 14:53 分类:问答Using shared memory on a shared hosting Linux account
I want to optimize the access to some files that are always read by my custom script, using the shared memory functions of PHP. But there are some questions I have:[详细]
2023-01-13 08:50 分类:问答How to implement a hello world shared memory in c/c++ in windows?
Is shared memory stable at the first place? I prefer this way to inter-开发者_如何学运维process/application communication because that way I don\'t need the overhead of parsing data.[详细]
2023-01-13 08:42 分类:问答If MPI is Message Passing Interface, then what is MPICH? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-13 02:31 分类:问答Sending data from c to perl
I need to send some data from c program to Perl program that both in running mode (Perl program in sleep mode and c program running, and c program sends data to Perl).[详细]
2023-01-12 23:46 分类:问答Points to consider when implementing shared memory
I am planning to implement boost\'s shared memory between a Server (C++) and client (C# application). There is only reader and one writer and frequency of data s开发者_如何学编程hare (read and write)[详细]
2023-01-09 03:10 分类:问答Distributed Shared Memory in .NET
Are 开发者_运维知识库there any existing libraries/frameworks/products for a distributed shared memory system implemented in .NET, or easily accessible from .NET clients?[详细]
2023-01-08 23:45 分类:问答An example of pushing and retrieving of an NSObject's pointer in ObjC from Shared Memory?
I know that there are better ways of sharing objects such as distributed objects but my situation is quite difficult. I\'m working on two iPhone apps which are running parallely and need to share an o[详细]
2023-01-08 07:53 分类:问答Passing a pointer to an object onto a child application
So basically, I have two applications. Application 1 launches Application 2 but it remains in memory. When Application 2 is started it needs to be given a pointer to a CALayer object which is stored[详细]
2023-01-08 01:16 分类:问答