Changes between Version 1 and Version 2 of Ticket #83


Ignore:
Timestamp:
02/09/10 10:28:56 (14 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #83

    • Property Summary changed from start processes using twisted: use ProcessProtocol to threading / start processes using twisted: use ProcessProtocol
  • Ticket #83 – Description

    v1 v2  
    22
    33Also, when waiting for a process by pid (one we may not have launched ourselves), we should use gobject.child_watch_add(pid) which will also integrate with the main loop.
     4
     5Places of interest:
     6 * {{{ssh_key_util.generate_new_key}}}: simple call_when_done callback
     7 * {{{config_server.do_tunnel_connect_test}}}: simple call_when_done callback (needs output and returncode)
     8 * {{{ssh_command_monitor}}}: needs every line to be parsed as they are received...