Hi Thod, Assuming that you want to configure a Simple HTTP server connector, those settings seem correct. Best regards, Jerome _____
De : Todd Nguyen [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 juillet 2008 01:39 À : [email protected] Objet : Increase the number of threads in the pool with SimpleServer Is this correct? <bean id="server" class="org.restlet.ext.spring.SpringServer"> <constructor-arg value="http" /> <constructor-arg value="8182" /> <property name="parameters"> <props> <prop key="defaultThreads">50</prop> </props> </property> </bean>

