Like dgb23 said the takeaways were in the context of performance.
It's also important to emphasize the part about only seeing performance degradation when the server was at full capacity.
If your service doesn't take your server to its edge, which is most often the case, then there really isn't any advantage writing parts in Java as far as performance is concerned.
This approach shines in those cases where you deal with very high throughput.
If your service doesn't take your server to its edge, which is most often the case, then there really isn't any advantage writing parts in Java as far as performance is concerned.
This approach shines in those cases where you deal with very high throughput.