|
|
|
|
|
by reader_1000
2006 days ago
|
|
> How long are you talking?
There were some Spring applications that took more than 5 minutes to start in my old job. However, things are most probably improved now with lazy initializations of beans and maybe developers of that applications could have done better at that time. I don't know it is still the case now. > Also, with the current network speeds and memory availability, it's hard to imagine the war size to be a bottleneck in web development. Network speed was not the problem, decompression / expansion of the application was. There were war files about 100-150 MB size. Also I saw one with size of 1.5GB however it was an exception. These may or may not be a concern depending on your CPU utilization, disk speed, memory, etc. Most decisions depends on environment. For some environments, as you said, deployments are not a concern for microservices, for some they are. |
|
Anyway, can you share which kind of environment even a 5 minute deployment would be a problem? Most places I worked at it took a lot more than 5 minutes to actually implement the change that's going to production, so deployment times were pretty much irrelevant overall.