Re: Restlet lifecycle question

2007-05-10 Thread Thierry Boileau
Hello Evgeny, I've updated the benchmark page (http://www.restlet.org/documentation/1.0/benchmark). Please feel free to tell us if it answers your questions. best regards, Thierry Hi Evgeny, Restlet instances are intended to be multi-threaded. Some may require synchronization of access to

Re: Passing data on requests

2007-05-10 Thread Sean Landis
> What kind of identifiers..? Credentials? Unique client ID and unique call id. Sean

PUT example?

2007-05-10 Thread Chris Battey
Is there anything in the NRE reference implementation (or anywhere else) with an example of using the put() method on a Resource? Using a Finder to find a Resource and call handleGet() on it was pretty straightforward, but the put() case seems more complex, and I couldn't find anywhere that the NR

Re: PUT example?

2007-05-10 Thread Jonathan Hall
Chris Battey wrote: Is there anything in the NRE reference implementation (or anywhere else) with an example of using the put() method on a Resource? Using a Finder to find a Resource and call handleGet() on it was pretty straightforward, but the put() case seems more complex, and I couldn't fin

Some source jars in maven repository don't match binary jars

2007-05-10 Thread Mark Reynolds
Hi, I've noticed that some of the source jars in the maven repository do not contain the source for the corresponding binary jar. The org.restlet-1.0.1-sources.jarlooks right, but that same source is in com.no