shared-memory
Sharing memory between Java and PHP?
Can someone provide me links or snippets where a PHP process writes to memory and a Java process reads from the shared memory?[详细]
2023-02-14 19:12 分类:问答How do I pass virtual address to shmat() function in a guaranteed way
I am using shmat() by using a virt开发者_如何学编程ual address. the first process calls a shmat with shmaddr as null and when it gets the virtual address of the data block it stores in another shar[详细]
2023-02-14 13:12 分类:问答Parent process can't access shared memory in PyQt
I\'m currently experimenting with QSharedMemory and QProcess in PyQt. So I wrote a small application to launch a process, which creates a shared memory segment and writes data to it. The application r[详细]
2023-02-13 13:45 分类:问答Scala actors and shared state
I am trying to implement a dispatcher actor that either process the request or delegates the processing to another actor in case of failure (actually it is the exponential backoff algorithm). The disp[详细]
2023-02-09 23:40 分类:问答C language: How to share a struct (or, if not possible, an array) between parent and child (forked) processes through IPC?
I googled this for the past two weeks and I didn\'t get any answer. This is what I have: A parent process, which creates a struct myStruct that is basically a linked list using pointers (if this is[详细]
2023-02-09 12:59 分类:问答error map shared_memory boost
I am trying to create a shared memory with interprocess and I am having a compilation error the code where resides the problem is:[详细]
2023-02-08 07:51 分类:问答Connecting to SQL Server from java with TCP disabled
I\'m trying to connect to a local database (SQL Server开发者_开发百科 2008) from Java. I have disabled the tcp connections per customer requirements and I can\'t connect.[详细]
2023-02-07 07:59 分类:问答Homework - One Server serves multiple Clients with Semaphores and Shared Memory
Hello everyone here am I with another homework issue. I have to write a Client and a Server program so that the Server (wit开发者_运维技巧h shared memory and semaphores) can communicate with the Clien[详细]
2023-02-05 23:47 分类:问答Implementation of Java's memory model?
There is a specification of Java memory model. And I want to dive into the source code 开发者_JS百科to actually investigate how those mechanisms are implemented. (e.g., synchronized, volatile, ..., e[详细]
2023-02-05 03:25 分类:问答Error on Transportlayer (No process on the other end of pipe)
Situation: I have a lot of Microsoft SQL Backup files. The application should restore each backup-file with[详细]
2023-02-03 21:53 分类:问答