RE: Re: Inefficient parsing of date header clientresource 2.0.3

2011-01-25 Thread Chris Davis
I see after more digging that InternetDateFormat was added in 2.0, if I do upgrade the server side will it use an offset timezone rather than a timezone code by default? -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=

Re: Inefficient parsing of date header clientresource 2.0.3

2011-01-24 Thread Tal Liron
SimpleDateFormat is not thread-safe -- you have no choice but to 1) re-create it per request, or 2) use thread-locals. -Tal On 01/24/2011 09:05 AM, Chris Davis wrote: > Hello, > > I have been profiling my android app that uses android restlet client > 2.0.3. > I can see from the profile (image