Y
Hacker News
new
|
ask
|
show
|
jobs
by
viraptor
1868 days ago
Since gc.freeze() got implemented (
https://docs.python.org/3/library/gc.html#gc.freeze
) having forked workers has much lower cost these days. As long as you can load your data pre-fork that is.
1 comments
klibertp
1868 days ago
Wow, I missed its introduction. Nice. On a cursory glance Celery doesn't make use of it yet, unfortunately.
link