Hi, We are using Restlet 2.0M7 with the default HTTP server. We have some kind of robot making a lot of HTTP requests(about 10/seconds) during, for big jobs, approximately 1 minute. Sometimes, when the server is busy with other requests(from users) during this big storm, the server fails with this log:
Feb 4, 2010 1:56:31 PM org.restlet.engine.http.connector.BaseHelper$1 rejectedExecution WARNING: Unable to run the following server-side task: Read connection messages: true <#camil>Feb 4, 2010 1:56:31 PM org.restlet.engine.http.connector.BaseHelper$1 rejectedExecution <#camil>INFO: Worker service state: Full <#camil>Feb 4, 2010 1:56:31 PM org.restlet.engine.http.connector.BaseHelper$1 rejectedExecution <#camil>INFO: Worker service tasks: 0 queued, 255 active, 5500 completed, 5755 scheduled. <#camil> Feb 4, 2010 1:56:31 PM org.restlet.engine.http.connector.BaseHelper$1 rejectedExecution <#camil> INFO: Worker service thread pool: 1 core size, 255 largest size, 255 maximum size, 255 current size <#camil> Feb 4, 2010 1:56:31 PM org.restlet.engine.http.connector.ControllerTask run <#camil> INFO: Stop accepting new connections and transactions. Consider increasing the maximum number of threads. Do you know the reasons of this, what can be done? Thanks in advance. Maxime Bégnis. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2444851

