Re: Design Question in TomCat 5

2004-01-29 Thread nishant kumar
" <[EMAIL PROTECTED]> > Sent: Thursday, January 29, 2004 11:11 AM > Subject: RE: Design Question in TomCat 5 > > > > Howdy, > > >But from Sun's web page, it said do not pool objects. So my question is > "Is > >it a good idea to do object

Re: Design Question in TomCat 5

2004-01-29 Thread Filip Hanik
scenario that you have, it is not general Filip - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, January 29, 2004 11:11 AM Subject: RE: Design Question in TomCat 5 Howdy, >

RE: Design Question in TomCat 5

2004-01-29 Thread Shapira, Yoav
Howdy, >But from Sun's web page, it said do not pool objects. So my question is "Is >it a good idea to do object pooling" for the sake of performance >improvement? "Do not pool objects" is an overly general tip. If objects are expensive to create, pooling them is a classical way to enhance perf

Design Question in TomCat 5

2004-01-29 Thread Samuel Cheung
Hi, I read an onjava.com article regarding new features in Tomcat 5. In that article, it said "a whole new mapper was implemented that generates little or no garbage (lots of object recycling is going on in there)." And that improves performance. But from Sun's web page, it said do not pool obje