ipc
Communication between kernel threads in a linux kernel module
I\'m just beginning to learn the tricks of making a kernel module on linux kernel 2.6. What I\'m looking to do is have 3 kernel threads, called the slaves, that need to send data开发者_如何学Python to[详细]
2023-04-07 03:33 分类:问答Shared memory in Unix
I am creating a Daemon in Unix that will have exclusive access to a serial port \"/dev/tty01\". I am planning to create a Master - Slave process paradigm where there is one master (the daemon) and mul[详细]
2023-04-07 00:37 分类:问答Perl: IPC::Shareable and SWIG'ed C++ object don't agree
For a certain Perl project of mine I need several Perl processes to share some resources, located in a C++ library. (Don\'t ask, it\'s not the core of this question, just the context.)[详细]
2023-04-06 23:17 分类:问答Use a file as a buffer for a producer consumer system of two programs
I have two programs one of which writes some entries into a file and the other one reads all the entries from the file an processes them.[详细]
2023-04-06 19:14 分类:问答What is the simplest method for Interprocess Communication - across any O/S & language
For a programming competition (code war) I want to set it up where I pass the game state to an A.I. as an xml file and that A.I. replies with it\'s turn in an xml file it returns to my app. Every team[详细]
2023-04-06 02:36 分类:问答Boost IPC Equivalent (qt?)
I am working on an application which currently has a plugin to a particular software suite and then a separate application which communicates with the plugin开发者_JAVA技巧 using boost ipc.[详细]
2023-04-05 22:53 分类:问答Reserving Shared Memory with No File Backing (Linux/Windows) (boost::interprocess)
How can I reserve and allocate shared memory without the backing of a file? I\'m trying to reserve a large (many tens of GiBs) chunk of shared memory and use it in multiple processes as a form of IPC.[详细]
2023-04-05 10:08 分类:问答What to do with interprocess communication between two processes?
I need some help regarding interprocess communication. I have an Application A and Application B. Application B purpose is to update Application A. As Application A can\'t update himself, there must[详细]
2023-04-05 08:47 分类:问答shared memory size beyond sysconfig limit
can ftruncate be used to increase the size of shared memory block beyond the shared memory limit size given by sysconfig? How do I make it use swap in case physica开发者_Go百科l memory runs out?[详细]
2023-04-05 00:55 分类:问答sending signal to child processes got lost for some reason. sleep function change result in a strange way
Im a beginner C dev. I开发者_如何学编程m trying to understand in what way C manages kills, signals and sleep. See:[详细]
2023-04-04 17:06 分类:问答