Opened 15 years ago
Closed 15 years ago
#86 closed enhancement (fixed)
use ProcessControl with server_util_base for watching nx output
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.9.2 |
Component: | Server | Keywords: | |
Cc: |
Description (last modified by )
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.
Xpra is different as we poll a logfile, this integrates with the mainloop fine via gio.File
VNC we just don't care.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | 0.9.1 → 1.0 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.0 → 0.9.2 |
Summary: | use ProcessControl with server_util_base for watching xpra/nx output → use ProcessControl with server_util_base for watching nx output |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
done in r1855