not in my case, but i used to do a lot of embedded java, and object
creation was very expensive so i'm used to reuse objects when possible.
It's not a  problem now, but it might be a nice feature for people
building hight-traffic sites with wicket.

M.


Igor Vaynberg wrote:
> has the creation of the buffered web response objects show up as a hotspot
> in the profiler?
> 
> -Igor
> 
> 
> On 6/26/06, Marco Geier <[EMAIL PROTECTED]> wrote:
>>
>> When using "Buffered Rendering", there seems to be a BufferedWebResponse
>> created for every Request/Response.
>> It should be beneficial for performance if we had a pool of
>> BufferedWebRespones for object reuse.
>> I will try to implement and test this with the stock wicket 1.2,
>> (although i for sure will have to deal with a lot of "final"s :-( )
>>
>> Anyway, for a future wicket release maybe you could provide a hook for
>> customizing or plugging some pooling here.
>>
>>
>> Rgds,
>>
>> Marco
>>
>>
>>
>>
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Wicket-develop mailing list
>> Wicket-develop@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>>
> 
> 
> ------------------------------------------------------------------------
> 
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to