Hey Jaikiran!

On Tue, May 16, 2017 at 1:32 PM, J Pai <jai.forums2013@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