Changes between Initial Version and Version 2 of Ticket #86
- Timestamp:
- 02/11/10 17:14:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #86
- Property Owner changed from Antoine Martin to Antoine Martin
-
Property
Status
changed from
new
toaccepted
-
Property
Summary
changed from
use ProcessControl with server_util_base for watching xpra/nx output
touse ProcessControl with server_util_base for watching nx output
-
Property
Milestone
changed from
0.9.1
to0.9.2
-
Ticket #86 – Description
initial v2 1 As was done with #83 for ssh related processes, we can use twisted to avoid starting new threads on the server. 1 As was done with #83 for ssh related processes, we can use twisted to avoid starting a new thread on the server for each NX session we watch the output of. 2 3 Xpra is different as we poll a logfile, this integrates with the mainloop fine via gio.File 4 5 VNC we just don't care.