|
|
|
|
|
by jbothma
1846 days ago
|
|
Ah yeah. I'm using python now for the same reason. I don't need more concurrency than a couple of servers with a few web threads and worker threads would give me. PAAS level deployment and failover is sufficient. (Edit: for my needs at the moment) If you keep your async tasks in memory in any system they'll disappear when you deploy. So they weren't really reliant on the things that set erlang apart. So the cost of the small support base in tooling and libraries is more significant. |
|