Our product returns "Service Temporarily Unavailable" (HTTP status 503) to the client in the following cases.
a)
If the number of concurrently connected users is large and the number of requests exceeds the maximum number of requests which can be processed at the same time on the server, and the requests enter the queue, and the maximum number of queues is exceeded.
intra-mart/platform/service/application/http/accept/queue(imart.xml)
b)
When there are large request queries and the maximum number of queues for serial processing is exceeded.
intra-mart/platform/service/application/http/synchronized/queue(imart.xml)
c)
When the Web server connector is used and the request processing time exceeds the following timeout setting time
cluster/server-default/load-balance-socket-timeout(http.xml)
-- Target ----------------------------------------------------------------------------------
iWP/Web System Construction Platform/WebPlatform/AppFramework
----------------------------------------------------------------------------------------------
FAQID:423