Just a quick one, (i hope) I am using the android ClientResource in my
android app and I am wondering what is the correct way to use that object
when it is necessary to make multiple requests on it.

Should I be creating one resource object and holding a reference to that or
is it preferable to create a new object for each call?

I have tried the latter way and it seems OK except each call seems to create
a new Executor service and 2 threads that are never cleared up even though I
am not using the asynchronous functionality.

Perhaps I am simply missing a method call or something?

kind regards
Chris

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2641904

Reply via email to