Changes between Version 1 and Version 2 of Ticket #83
- Timestamp:
- 02/09/10 10:28:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #83
-
Property
Summary
changed from
start processes using twisted: use ProcessProtocol
tothreading / start processes using twisted: use ProcessProtocol
-
Property
Summary
changed from
-
Ticket #83 – Description
v1 v2 2 2 3 3 Also, 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 5 Places 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...