DescriptionRedesign '/concat' servlet' to add the flexibility of fetching the concat resources concurrently.
Design Change:
---------------
The proposed 'Shindig' change employs Java (1.5) Concurrent constructs like 'Executor', 'FutureTask', 'Callable' to create a FutureTask of Callable (HttpRequest) object and submits this future Task to the appropriate Executor. The default Executor implementation is a sequential one and can be 'binded' to appropriate 'Threded' implementation in the GuiceModule.
Patch Set 1 #
Total comments: 6
MessagesTotal messages: 4
|
||||||||||||||||||||||||||||