Live data from Hacker News

Handling 1M Requests per Minute with Go (2015)

marcio.io

1–10 of 39 posts

Re: Handling 1M Requests per Minute with Go (2015)

#4
post #2

Since when did per minute become a thing? 16K/sec is typical for a node app on fairly avg server.

It’s not a thing and it’s fairly trivial to get to that load on a typical go app as well.

I am sure Go can do at the very least 2x-3x vs node for the same workload.

Re: Handling 1M Requests per Minute with Go (2015)

#6
post #4

Earlier quoted context omitted.

It’s not a thing and it’s fairly trivial to get to that load on a typical go app as well.

I am sure Go can do at the very least 2x-3x vs node for the same workload.

Since you are sure, do you have any examples or proof to back that ?

Re: Handling 1M Requests per Minute with Go (2015)

#8
post #4

Earlier quoted context omitted.

I am sure Go can do at the very least 2x-3x vs node for the same workload.

Since you are sure, do you have any examples or proof to back that ?

A random result from Google http://blog.digg.com/post/141552444676/making-the-switch-fro.... My day job is writing large scale node services that service over million concur. clients doing fairly intensive data acquisition/processing so I am not hating on Node :)

Re: Handling 1M Requests per Minute with Go (2015)

#10
post #8

Earlier quoted context omitted.

Since you are sure, do you have any examples or proof to back that ?

A random result from Google http://blog.digg.com/post/141552444676/making-the-switch-fro... . My day job is writing large scale node services that service over million concur. clients doing fairly intensive data acquisition/processing so I am not hating on Node :)

Don't get me wrong, I don't intend to mock your statement in any way but a statement backed by some data and/or actual examples adds a lot of credibility to it.
Post reply on HN