RE: Re: Maximum number of concurrent connections

2010-08-27 Thread Thierry Boileau
Hello Nicolas,

this applies also for the httpclient connector. You can have a look at its 
documentation 
http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/75-restlet.html (follow 
the "HTTP client parameters" link).

Best regards,
Thierry Boileau

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2652019


Re: Maximum number of concurrent connections

2010-08-22 Thread Nicolas Rinaudo
Hello Thierry,

Thanks for your reply.

Just to make sure I understand properly though, this only applies to the 
internal connector, not others such as the java.net or Apache httpclient ?
I unfortunately can't use the internal connector for our project: we require an 
HTTPS connection which, according to the documentation, isn't supported by the 
internal connector.

It's not a big deal if the feature isn't supported across all connectors, it'd 
just be nice to know for sure so that I can at least mark our internal ticket 
as impossible for the moment and move on to other things :)

Cheers,
Nicolas

On 20 Aug 2010, at 17:42, Thierry Boileau wrote:

> Hello Nicolas,
> 
> I'm sorry for my late reply.
> The internal connector allows to set a "maxTotalConnections" parameter 
> (described in the javadocs of the BaseHelper class, which is  published here: 
> [1]). I've also updated the page dedicated to the connectors [2]. 
> 
> 
> Note that this apply to both client and server internal connectors. 
> 
> Best regards,
> Thierry boileau
> 
> [1] 
> http://www.restlet.org/documentation/2.0/jse/engine/org/restlet/engine/http/connector/BaseHelper.html
> [2] http://wiki.restlet.org/docs_2.0/13-restlet/37-restlet.html
> 
> --
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2649294

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2650208


RE: Maximum number of concurrent connections

2010-08-20 Thread Thierry Boileau
Hello Nicolas,

I'm sorry for my late reply.
The internal connector allows to set a "maxTotalConnections" parameter 
(described in the javadocs of the BaseHelper class, which is  published here: 
[1]). I've also updated the page dedicated to the connectors [2]. 


Note that this apply to both client and server internal connectors. 

Best regards,
Thierry boileau

[1] 
http://www.restlet.org/documentation/2.0/jse/engine/org/restlet/engine/http/connector/BaseHelper.html
[2] http://wiki.restlet.org/docs_2.0/13-restlet/37-restlet.html

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2649294


Maximum number of concurrent connections

2010-08-11 Thread Nicolas Rinaudo
Is there a way to set the maximum number of concurrent connections on the 
server side ? I've been trying to find a server connector property, but there 
doesn't seem to be any - or I might be misunderstanding the documentation.

Thanks !
Nicolas

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2645577