Posted on 2008-06-12 08:17
guanminglin@gmail.com 閱讀(12443)
評論(1) 編輯 收藏 所屬分類:
NetBeans 、
GlassFish
今天看到了一篇博文,大意是說NetBeans在部署GlassFIsh應用的時候,會很慢!有人發現了這個問題并且提交了issue ,然后很快就修復了,現在用dev builds 版的時候就會感覺比6.1快了.
下面是原文:
Folks that work with NetBeans dev builds may have noticed a little bit of a speed improvement in the last couple of days.
I got involved in a thread on the nbj2ee mailing list. The user was
seeing terrible performance on Windows while using directory deployment
onto Glassfish V2. The user was able to describe their situation in
enough detail that I could replicate the problem and fix it.
But after fixing it, I realized that this was a bigger issue. I
figure there is about 800 uses of getOutputStream(), spread over 500
files. So, I filed an issue and another engineer (who knows more about
that area of the code) fixed it.
As an added bonus... It looks like both fixes will go into patch 2 for NetBeans 6.1. |