1 Reply Latest reply on May 23, 2003 12:01 PM by juhalindfors

    Http Request Queue

    milton_quranda

      We would like to know whether Jboss App Server can handle the following scenario:

      We want to configure maximum number of request which server can process at a time and if number of
      request to the server exceeded the limit, server should put the incoming request into Request Queue
      then process it later.We would like to have control on setting the limit of the number of requests that will
      be processed and also like to have timeout setting for the queued request.