Details
-
Sub-task
-
Resolution: Unresolved
-
None
-
None
-
High
-
Empty show more show less
Description
problem
Currently we use a HTTP Server to provide communication between Translate5 Instances and the WebSocket Server.Therefore no Unix Domain Sockets (UDS) can be used instead.
Performance for this part of the communication is important, otherwise it would slow down translate5.
To improve performance, we should remove the HTTP layer and send datagrams directly on Socket Layer, additionally this would enable the usage of UDS, which are faster again due missing TCP overhead.