|
|
|
|
|
by bschwindHN
3265 days ago
|
|
> while my Java apps take 2 minutes to start up, have several hundred millisecond HTTP response latency and horde memory To be fair, there's no reason JVM servers can't have sub 10ms responses, that sounds like a problem at the application level like you mentioned (spring). Nothing wrong with a JVM language if it solves your problem. |
|