NetBeans6.1 patch2 有望提高NetBeans在Windows上的執(zhí)行速度
Posted on 2008-06-12 08:17 guanminglin@gmail.com 閱讀(12449) 評(píng)論(1) 編輯 收藏 所屬分類(lèi): NetBeans 、GlassFish今天看到了一篇博文,大意是說(shuō)NetBeans在部署GlassFIsh應(yīng)用的時(shí)候,會(huì)很慢!有人發(fā)現(xiàn)了這個(gè)問(wèn)題并且提交了issue ,然后很快就修復(fù)了,現(xiàn)在用dev builds 版的時(shí)候就會(huì)感覺(jué)比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. |