this post was submitted on 11 Sep 2023
1138 points (97.0% liked)

Programmer Humor

32042 readers
884 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MotoAsh 4 points 1 year ago* (last edited 1 year ago)

The funny thing is, as much as people shit on Java, that's exactly what its Java EE container arch was for. Truly tiny microservices in wars, an entire app in an ear. All managed by a parent container that can dedup dependencies with a global class loader if done well, and automatically scale wars horizontally, too.

No idea how to get that level of sharing with OS-level containers.