nemasu / asmttpd

Web server for Linux written in amd64 assembly.
GNU General Public License v2.0
3.03k stars 199 forks source link

can performance kill nginx? #42

Closed memorycancel closed 5 years ago

memorycancel commented 5 years ago

as the title

nemasu commented 5 years ago

Probably not at the moment, I think it needs asynchronous i/o to do that.

memorycancel commented 5 years ago

Yeah nginx using asynchronous i/o to improve lots of performance. but I think multi-process or multi-thread can also improve the performance maybe. and coding less and easier.

CodeSwimBikeRun commented 5 years ago

Is it not multi threaded atm?

nemasu commented 5 years ago

It is multi-threaded still.