JavierSolis / resting

Automatically exported from code.google.com/p/resting
0 stars 0 forks source link

Design to improve responsiveness of Resting #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Design to improve responsiveness of Resting. This is specifically targeted for 
Android users. However, the optimization will be helpful to make Resting to 
respond faster while executing requests that are expected to return lengthy 
response.

The options currently explored:

1. Check pointing
2. Call backs (asynchronous)

The high level approach is to develop each design option as an individual 
strategy and provide option to switch between strategies while invoking Resting 
methods.

Original issue reported on code.google.com by lpriyapa...@gmail.com on 11 Aug 2011 at 11:16