Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.97k stars 169 forks source link

multi-processing proxy server by default - even for ssl #4362

Closed totaam closed 1 month ago

totaam commented 1 month ago

It seems that the issue we were having must have been fixed. ssl sockets can't be serialized but we can share the ssl context with multiprocessing

totaam commented 1 month ago

Done, not tested MS Windows servers - so those still use threaded mode.