Changes between Initial Version and Version 1 of Ticket #16610, comment 7
- Timestamp:
- Nov 19, 2020, 5:15:47 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16610, comment 7
initial v1 2 2 3 3 I see no problems in running single app_server for physical display and remote sessions. It is already working. app_server can still run on servers without display to handle remote desktop sessions. 4 5 > for example, there is only one clipboard at present 6 7 `registrar` can be extended to handle clipboards and list of running applications for multiple user sessions. I think that it is easier to move clipboard to something like `std::map<session_id, Clipboard>` then completely redesigning `app_server` and `registrar`. `registrar` handle global system state like user database so global registrar is required.