Changes between Initial Version and Version 1 of Ticket #16610, comment 14


Ignore:
Timestamp:
Nov 19, 2020, 10:51:58 PM (3 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16610, comment 14

    initial v1  
    662. MIME processing.
    773. Shutdown processing.
    8 4. Session management (not implemented).
     84. Session table (not implemented).
    993. Timers (move to `libbe.so`?).
    1010
     
    13132. Clipboard.
    1414
     15> Again, at this rate, why not use separate processes?
     16
     17Per-session data is just clipboard and application table. I see no benefits of moving this in separate process, threads are enough.
     18
    1519> 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.
    1620