llancet has asked for the wisdom of the Perl Monks concerning the following question:
I want to have:
1: several daemon processes, each one holds a workflow.
2: a GUI process, which shows those workflows' status (which step is running), and controls the workflows (start,stop, add/remove flow step).
So, at least, daemons should be able to send their status to GUI, and can receive control commands from GUI. Which kind of IPC mechanism should I use? TCP? Named pipe?
Another question: there should be some mainloop inside each daemon. Which one is better? POE? Glib?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to implement such kind of GUI - daemon cooperation?
by Corion (Patriarch) on Oct 12, 2010 at 07:25 UTC | |
by llancet (Friar) on Oct 12, 2010 at 10:03 UTC | |
|
Re: How to implement such kind of GUI - daemon cooperation?
by locked_user sundialsvc4 (Abbot) on Oct 12, 2010 at 13:52 UTC |