ipc
Multiple socket monitoring
I\'m designing a python program that\'ll talk to two other process at the 开发者_JAVA百科same time through sockets. One of the process is a C daemon so this socket will be alive all the time - no prob[详细]
2023-03-17 16:14 分类:问答Is there something opposite to Semaphore
Is there something opposite to Semaphore? I am looking for something system-wide process-independant that I could use to count how much threads are 开发者_C百科using a resource, and not so much limit[详细]
2023-03-17 02:45 分类:问答IPC between Firefox extension and COM component
I need to make a synchronous call between a JavaScript XPCOM component and a COM component (native WIN32 process).[详细]
2023-03-16 23:09 分类:问答Android IPC and ContentProvider differences
I am trying to decide the best approach to expose encrypted content stored on phone to 3rd party apps. The content is sensitive and needs to be protected so only certain apps can access this. The appr[详细]
2023-03-16 22:31 分类:问答IPC between windows service and LSP DLL
I\'m writing a Winsock LSP (Layered Service Provider) DLL that needs to communicate with a windows service.[详细]
2023-03-16 11:38 分类:问答how to create two processes from a single Parent
I know I\'m going to need to use fork(), but this just creates a single child process. Do i simply call fork again from within the child process? Also, I need them to commun开发者_如何学Goicate throug[详细]
2023-03-16 09:41 分类:问答Why does IPC::SysV->shmget respond with EINVAL?
I am currently running perl 5.8.8 on a server and I\'m trying to install 5.14. I configured it to usethreads and use64bitint and otherwise the defaults it suggested.[详细]
2023-03-15 04:18 分类:问答Unix: sharing already-mapped memory between processes
I have a pre-built userspace library that has an API along the lines of void getBuffer (void **ppBuf, unsigned long *pSize);[详细]
2023-03-14 15:25 分类:问答Ruby and Erlang, talking
I want to let a Ru开发者_如何学JAVAby app spawn an Erlang process and let it report back to Ruby. Until now I looked into Erlectricity, but couldn\'t figure out a way to achieve this without letting E[详细]
2023-03-14 14:27 分类:问答How to write a WCF service similar to Running Object Table (ROT)?
I am trying to write a running object table like WCF service (.NET 4.0) for providing access to some COM controls across processes. This service is accessed by both COM and .NET clients.[详细]
2023-03-14 12:20 分类:问答