|
|
|
|
|
by JohnBooty
347 days ago
|
|
Speaking as a monolith fan, IMO/IME the main drawback is RAM usage per instance. You can have a "big, beautiful" Rails monolith codebase used by both Puma and Sidekiq queues etc, and that works well from most standpoints. But RAM usage will be pretty high and limit horizontal scaling. |
|
Fixing this would probably require some changes at the language level, or at the module-loader level for some languages that use one.