Hi Rob- That's great to hear. In poking around the restlet code base, I wondered frequently if the additional object-creation/garbage-collection overhead of translating between "native" web requests and Restlet requests, as well as the "throw-away" style of Resource classes, would impact scalability. In looking at the various Representation classes implementation, it seemed that their performance/scalability might vary significantly depending on which subclass was being used- some implementations do thing like creating tasks to be run from a thread pool, and piping data through various structures. Anyhow, thanks for the restlet in-the-wild report!
-Dave Fogel ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1366239

