novnc / websockify

Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
GNU Lesser General Public License v3.0
3.88k stars 768 forks source link

container run multimple websockify progress,I hope run only one websockify progress。 #545

Closed fengsam6 closed 1 year ago

fengsam6 commented 1 year ago
image

容器websockify每次,每次容器vnc断开,重连,会启动一个新的websockify,会占用一些内存,希望容器启动一个websockify一个进程。

CendioOssman commented 1 year ago

I'm afraid that is how websockify is designed to handle many connections efficiently. It will fork off a child process for each connection.