On Wed, Feb 27, 2008 at 8:36 AM, Tim Peierls <[EMAIL PROTECTED]> wrote:
> Currently RESTlet doesn't support asynchronous handling of requests, so > the only way to use thread pools is to submit tasks from the response > handling thread and block until the tasks. That should have read "... until the tasks finish." --tim

