Changes between Initial Version and Version 1 of Ticket #16610, comment 14
- Timestamp:
- Nov 19, 2020, 10:51:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16610, comment 14
initial v1 6 6 2. MIME processing. 7 7 3. Shutdown processing. 8 4. Session management(not implemented).8 4. Session table (not implemented). 9 9 3. Timers (move to `libbe.so`?). 10 10 … … 13 13 2. Clipboard. 14 14 15 > Again, at this rate, why not use separate processes? 16 17 Per-session data is just clipboard and application table. I see no benefits of moving this in separate process, threads are enough. 18 15 19 > It is also worth noting that app_server has a lot of caches, e.g. Alpha Mask cache, font cache, etc. With multiple active sessions, performance could become degraded for all because the caches get filled faster. 16 20