Re: Scalable handling of multiple outbound requests?

2008-02-17 Thread Rob Heittman
You're right that this is an area currently getting a lot of study. I don't know that Restlet currently has anything that doesn't rely on one thread per client connection. HttpClient 3.x doesn't offer any value adds there, and the basic java.net client is intentionally quite unsophisticated. For

Scalable handling of multiple outbound requests?

2008-02-17 Thread Aaron Crow
Dear Restlet Community, I've recently become a very happy user of Restlet as both a client and a server. Specifically, I was delighted to see how easy to was to receive a RESTful request and turn around and pass it along to another RESTful service. At first I was thinking I'd need to use someth