Re: IPC mechanisms under Linux
- From: Jan Panteltje <pNaonStpealmtje@xxxxxxxxx>
- Date: Mon, 24 Sep 2007 12:10:17 GMT
On a sunny day (Mon, 24 Sep 2007 04:28:47 -0700) it happened Wellu
<kuumaliimamies@xxxxxxxxx> wrote in
<1190633327.477879.109810@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>:
Hi all,
I'm trying to develop a system for Linux platform that consists of
several different parts. Firts of all there would be Engine part that
listens for incoming messages or events. Then there is several modules
that are controlled by this Engine. Let's call these merely Modules.
Modules could then call other APIs or create processes. Once Module is
done it returns and Engine knows that particular Module is done
processing. There can be several modules (e.g hundreds) running at the
same time so everything is asynchronous. At the same time Engine can
get new messages from upper levels using some IPC mechanism. For
example there might be message saying "Pause Module 1 for 10 secs" or
"Run Module 10 again" Modules could also send messages to upper levels
(e.g by calling simple API) and wait for responses. So, all in all
Engine must listen to events from Modules and from upper levels.
Engine and Modules run in the same machine and programming language
would be C.
Does not a shell do all that ;-)?
.
- References:
- IPC mechanisms under Linux
- From: Wellu
- IPC mechanisms under Linux
- Prev by Date: IPC mechanisms under Linux
- Next by Date: Re: IPC mechanisms under Linux
- Previous by thread: IPC mechanisms under Linux
- Next by thread: Re: IPC mechanisms under Linux
- Index(es):
Relevant Pages
|