|
|
|
|
|
by manigandham
3067 days ago
|
|
Actor style concurrency exists for many other language platforms. See Akka for JVM/Scala or Seastar for C++. I'm somewhat skeptical of GC pauses being a problem in anything that's not actual hard real time like avionics or manufacturing equipment or similar. What difference will a few hundred millisecond pause even make in an distributed async data pipeline? And that's on the higher end of pauses these days. |
|