lnetwalker / openMSR

Instrumentation,Control, Automation Tools like PLC and others
https://www.openmsr.org/
2 stars 1 forks source link

improve HTTP Communication #70

Open lnetwalker opened 5 years ago

lnetwalker commented 5 years ago

currently we use a socket only once, so we have lot's of sockets in TIME_WAIT state. This can be a bottlaneck. So I want to use HTTP 1.1 and Keep-alive to better user the sockets

lnetwalker commented 5 years ago

perhaps its an option to replace the webserver https://wiki.freepascal.org/Light_Web_Server

lnetwalker commented 4 years ago

it would be also nice to have https and use encrypted communication

lnetwalker commented 4 years ago

perhaps it is an option to add a UDP server to DeviceServer and do PhysMach Communication over UDP!