Hacker News new | past | comments | ask | show | jobs | submit login

But why? I have one project that is a single Python codebase that embeds the whole http server, task scheduler, a durable queue implementation, and job processing implementation using those queues all in a single process.

I'm sure you're right that the nature of Elixir makes wrangling all the different services easier but is there something special it does to make embedding easier as well?




Your performance is going to be comparatively terrible because of the way those tasks are scheduled in Python


Care to share the code of this project? I am looking to build something similar.


How do you dispatch to multiple cores in a single process in Python?




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: