If you're calling print or println many times in your servlet, then it makes sense, although the resource savings you net may not be significant.
In general, it's acceptable to use the default PrintWriter. - Jason On Mon, Nov 2, 2009 at 7:18 AM, Raphael André Bauer < [email protected]> wrote: > > hey, > > > i am wondering if it makes sense to wrap the printwriter of a servlet > into a bufferedwriter. depending on the underlaying implementation > that can make sense imho, but i am not sure about the google app > engine... any recommendations? > > > thanks! > > > raphael > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
