Sure, but each request has its own context. Shared resources like DB connection pools will be longer lived but by definition they aren’t alllcated by the request thread. So why not simply exempt everything allocated by a request thread from GC, and simply destroy it on request completion?
NovaX|4 days ago
[1] https://docs.google.com/document/d/1gCsFxXamW8RRvOe5hECz98Ft...
hinkley|3 days ago