An error occurred while retrieving diff files
http: enhance web-socket handling in THttpServer
Now one can directly register WS handlers to THttpServer If allowed, handlers can be precessed directly in the civetweb threads without involving of THttpServer thread at all. This allows to run many connections for many different web widgets absolutely independent from each other - there are no one bottleneck in http thread (or any other main thread)
Showing
- net/http/inc/THttpServer.h 18 additions, 3 deletionsnet/http/inc/THttpServer.h
- net/http/inc/THttpWSHandler.h 5 additions, 2 deletionsnet/http/inc/THttpWSHandler.h
- net/http/src/TCivetweb.cxx 4 additions, 4 deletionsnet/http/src/TCivetweb.cxx
- net/http/src/THttpServer.cxx 123 additions, 57 deletionsnet/http/src/THttpServer.cxx
- net/http/src/THttpWSHandler.cxx 3 additions, 3 deletionsnet/http/src/THttpWSHandler.cxx
Loading
Please register or sign in to comment