|
|
|
|
|
by SideburnsOfDoom
3313 days ago
|
|
> But removing any 3rd party libraries, and external requests. Generally .NET core is faster. Is that with reference to "faster than .Net regular" or "faster than node.js"? You're right either way but I'm not sure that "it's just faster" is all that relevant. The "Just a basic request/response with barely anything thing in it" case removes anything of interest. For any normal non-trivial, non-demo setup, the web server is fine. I would look at the performance of data stores and other backends. The performance of "asynchronously hand off to our queuing service" is most likely the overriding factor in a 20 or 30x increase. |
|