|
|
|
|
|
by fmpwizard
2845 days ago
|
|
About 6 years ago we adopted Scala for our server side language, and for the past 4 years we have been migrating old code that was CPU/memory hungry to go and getting very good results.
All new code, if it's going to be cpu/memory intense, we write it in Go. For non C/C++ developers, Go is much easier to work with and get performance benefits that before would only be possible by porting to C, or you end up not writing idiomatic Scala, which defeats the purpose of using Scala (imho) |
|
Ooh for me, more than 50 connections a second would be unusual, but also the service really should never die.