ppalaga commented on issue #496:
URL: https://github.com/apache/maven-mvnd/issues/496#issuecomment-2277767328

   > start a container with a deamon already running, and with a JIT cache 
already warmed up and the plugin classloaders already loaded
   
   JIT and classloader caching will only kick in when you build against the 
same daemon process repeatedly. A freshly started container will host a freshly 
started daemon with empty classloader caches and no code JIT-ed. Unless you 
want to experiment with CRaC or similar tech? I am not aware that anybody would 
ever tried that with Maven Daemon. It is a great use case and it would be very 
interesting to see how well it works. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to