Kamaelia docs : Kamaelia.File.UnixProcess.UnixProcess

Kamaelia.File.UnixProcess.UnixProcess

For examples and more explanations, see the module level docs.


class UnixProcess(Axon.Component.component)

Inboxes

  • control : We receive shutdown messages here
  • stdinready : We're notified here when we can write to the sub-process
  • inbox : Strings containing data to send to the sub process
  • stderrready : We're notified here when we can read errors from the sub-process
  • stdoutready : We're notified here when we can read from the sub-process

Outboxes

  • outbox : data from the sub command is output here
  • signal : not used
  • selectorsignal : To send control messages to the selector
  • selector : We send messages to the selector here, requesting it tell us when file handles can be read from/written to

Feedback

Got a problem with the documentation? Something unclear that could be clearer? Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!

Please leave you feedback here in reply to the documentation thread in the Kamaelia blog.

-- Automatic documentation generator, 19 Oct 2008 at 14:29:09 UTC/GMT

This is a page from the Kamaelia website. You can find the original here: