0
votes
Are memory leaks ever ok?
As long as your memory utilization doesn't increase over time, it depends. If you're doing lots of complex synchronization in server software, say starting background threads that block on system c …
