Hi!

joel boehland wrote:
> I've made a small patch that provides a large speedup
> for deploying .WAR files. The current implementation
> allocates a new 1Meg byte array for *every* file it
> extracts from the .WAR archive during deployment. I
> just changed it to allocate a new buffer only once,
> then re-use that buffer. It has decreased the
> deployment of the .WAR archive I've been working on
> from over 17 seconds to about 1.5 seconds. I'm sorry
> I'm not posting this to jboss-dev, but I'm not a
> member of that list, and my mailbox can't handle the
> deluge of cvs announcements from that list :-)

Thanks a bunch!!! This patch will help sooo much 8-) (I'm developing on
JBoss/Tomcat myself).

regards,
  Rickard

-- 
Rickard Öberg

Email: [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to