Opened 15 years ago
Last modified 15 years ago
#83 closed enhancement
start processes using twisted: use ProcessProtocol — at Version 1
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.9.1 |
Component: | Global | Keywords: | |
Cc: |
Description (last modified by )
When starting a process and watching its output, we shouldn't do this in a separate thread but instead integrate the code with twisted main-loop (gtk/glib's actually) using ProcessProtocol?.
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.
Change History (1)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.0 → 0.9.1 |
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
Summary: | Make better use of twisted and its deferred: ProcessProtocol, sockets... → start processes using twisted: use ProcessProtocol |
Note: See
TracTickets for help on using
tickets.