interprocess
Get currently open document and page in view for Adobe Reader instance
My app needs to know what is the document currently opened in adobe reader, and what is the current page in view. Is it possible to find that out?[详细]
2023-04-13 00:11 分类:问答boost interprocess shared mutex and boost interprocess condition variable for shared mutex
Boost version - 1.47 I can not find boost::interprocess::interprocess_sharable_mutex, but it looks like it is forward declared. Is this really supported ?[详细]
2023-04-04 16:17 分类:问答Wait until all processes notified after EventWaitHandle.Set()
I do in one process: _eventWaitHandle.Set(); _eventWaitHandle.Reset(); In another process: _eventWaitHandle.WaitOne();[详细]
2023-04-02 01:20 分类:问答boost::interprocess memory allocator on anonymous segment
I\'m trying to use an mmap-like segment to allocate objects on stl containers, for that I\'m using boost::interprocess which provides with memory mappings, allocators and anonymous memory mappi开发者_[详细]
2023-03-28 17:07 分类:问答Interprocess communication with a Win32 service
The ControlService API allows one send a control code to a Win32 service. However, what if I need to send (and receive) more than a control code? What is the best way to establish com开发者_StackOverf[详细]
2023-03-25 00:20 分类:问答interprocess communication
I wanted to know whether it is possible for my application written in java to monitor events(like click of f开发者_如何学Goile menu, or edit menu) in other third party applications such as in editors,[详细]
2023-03-20 17:18 分类:问答Do I have to close inherited handle later owned by child process?
Microsoft played safe here. In their article, \"Creating a Child Process with Redirected Input and Output\", they are saying:[详细]
2023-03-17 14:16 分类:问答What available message solutions are there for inter-process communication in ruby?
I have a rails app using delayed_job. I need my jobs to communicate with each other for things like \"task 5 is done\" or \"this is the list of things that need to be processed for task 5\".[详细]
2023-03-11 04:33 分类:问答Is it possible to share a Cuda context between applications?
I\'d like to pass a Cuda context between two independent Linux processes (using POSIX message queues, which I already have set up).[详细]
2023-03-07 05:45 分类:问答How to choose a fixed address for shared memory mapping
I would like to use shared memory between several processes, and would like to be able to keep using raw pointers (and stl containers).[详细]
2023-03-04 05:03 分类:问答