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
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
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.)
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.
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
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.
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.
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
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?
Im a beginner C dev. I开发者_如何学编程m trying to understand in what way C manages kills, signals and sleep. See: