workerman
workerman copied to clipboard
removing sections related to web servers
with lots of respects
Since workerman is only a framework and not a web server, and since you created workerman for high performance, I have come across many parts that can be removed from workerman (handling them is the responsibility of the web server). is not workerman) to increase the performance of workerman
My suggestion is to remove as many parts as possible that can be handled by the web server in version 5.x.
Thanks