[wildfly-dev] Speeding up WildFly boot time

Tomaž Cerar tomaz.cerar at gmail.com
Tue May 16 09:14:09 EDT 2017


Hey Jaikiran!

On Tue, May 16, 2017 at 1:32 PM, J Pai <jai.forums2013 at gmail.com> wrote:

> What I have experienced is that for end users, they are mostly interested
> in seeing their (usually large) deployments show noticeable improvements in
> deployment time, not necessarily from a cold boot of the server, but when
> the server is already up and they either want to deploy something new or
> re-deploy their application.



We all agree on this and we are looking into speeding up user deployments
as well.

One of bottlenecks with deployments is how we read deployment contents
as it has showed that java.util.jar.JarFile that we are using to load
resources
doesn't really scale well in concurrent environments and is causing lots of
slowdown.

We are now looking what could we do to mitigate this by different
approaches,
but as none of them are in fully workable state I wouldn't go into details
yet.

In short, speeding up user deployments is on our radar.

-
tomaz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20170516/fd9f04c6/attachment.html 


More information about the wildfly-dev mailing list