Y
Hacker News
new
|
ask
|
show
|
jobs
by
capableweb
1250 days ago
Couldn't you just disable the garbage collector in those languages? I know you can select a "none" GC in the JVM, you should be able to do the same with other runtimes too.
1 comments
emptysea
1250 days ago
Yeah Instagram has some blog posts outlining how they run their python web servers with the GC disabled
Easy enough to restart the processes every once in a while
link
Easy enough to restart the processes every once in a while