|
|
|
|
|
by ignoramous
3995 days ago
|
|
Genuine question, as I was wondering about what an alternative architecture would look like from a systems perspective. Would something like NodeJs+clusters (or any evented IO framework) be a better fit (considering the clusters are stateless, and don't have to talk to eachother)? If we're talking concurrency/parallelism, would you prefer JVM+Threads/Erlang+Actors over Go? Thanks. |
|