ipc
Tips on implementing a DataStore in Android?
I am working on providing a data store on Android (one that does not use SQLite), starting with a single-app desktop version of our Java Library. The ideal solution will be:[详细]
2023-03-27 12:51 分类:问答Named Pipes using C++
I am trying to create a named pipe server to write to the pipe without the client. What I am trying to do is[详细]
2023-03-27 01:02 分类:问答PySide IPC with signals/slots
I\'ve been trying to figure out if there\'s any way to manage IPC in PySide and still take advantage of Qt\'s signals/slots mechanism. The QtDBus module sounds great, but it doesn\'t appear to be avai[详细]
2023-03-26 11:57 分类:问答Simple IPC between C++ and Python (cross platform)
I have a C++ process running in the background that will be generating \'events\' infrequently that a Python process running on the same box will need to pick up.[详细]
2023-03-25 21:07 分类:问答Question on using multithreading to periodically and forcefully check for updates on software
I\'m working on an application that has a main thread performing some work (message loop of the UI etc.), but I would also like a second thread, which would periodically test if there are any updates[详细]
2023-03-25 07:44 分类:问答interprocess signal handling in Ruby
I run this script: t = fork do Signal.trap \"INT\" do puts \"child\" exit end sleep 10 end Signal.trap \"INT\" do[详细]
2023-03-25 04:12 分类:问答Interprocess communication in Python
What is a good way to communicate between two separate Python runtimes? Thing\'s I\'ve tried: reading/writing on named pipes e.g. os.mkfifo (feels hacky)[详细]
2023-03-25 01:12 分类:问答Broadcast delivery and performance
I am guessing that the broadcast messages are posted to the message queue of the receiving thread and delivered through the looper. Are the broadcasts delivered before other messages in the message q[详细]
2023-03-24 03:02 分类:问答Example applications that use the following windows APIs
Does anybody know any windows applications that 开发者_运维百科use windows API like CreateNamedPipe, CreateFileMapping, CreateMailSlot? Googling didn\'t help!You can find an example of CreateNamedPipe[详细]
2023-03-22 16:49 分类:问答how to speed up my program's startup
My program needs to load many big wordlist files, so it always takes a long time to start up. it\'s so inefficient to recover quickly in crash.I have a raw idea, but I am not sure if it\'s feasible. I[详细]
2023-03-22 13:56 分类:问答