Tag java

 Bookmark

Bookmarked Optimizing AWS Lambda function performance for Java | Amazon Web Services
Post details
This post is written by Mark Sailes, Senior Specialist Solutions Architect. This blog post shows how to optimize the performance of AWS Lambda functions written in Java, without altering any of the function code. It shows how Java virtual machine (JVM) settings affect the startup time and performance. You also learn how you can benchmark […]

Recommended read: Optimizing AWS Lambda function performance for Java | Amazon Web Services https://aws.amazon.com/blogs/compute/optimizing-aws-lambda-function-performance-for-java/

 Bookmark

Bookmarked Why does java.net.URL's hashcode resolve the host to an IP?
Post details
Is the idea after the first resolution it'll rely on OS caching? Still this seems inefficient and in cases of multiple domains resolving to the same IP, incorrect. What am I missing?

Recommended read: Why does java.net.URL's hashcode resolve the host to an IP? - Stack Overflow https://stackoverflow.com/questions/2348399/why-does-java-net-urls-hashcode-resolve-the-host-to-an-ip

 Reply

Interesting. I've been using Toolchains plugin for Gradle https://www.jvt.me/posts/2021/06/09/gradle-toolchain/ and Maven https://www.jvt.me/posts/2020/08/24/maven-toolchains/ to manage this for me