Ask HN: Would a server written in a native language still need job schedulers?
https://news.ycombinator.com/item?id=15239359I have a suspicion that things like Celery or RabbitMQ or whatever else people are using with Ruby/Python based servers are only needed because these languages are slow and don't really support threads. Even redis would probably be not needed.
Am I missing something important?