How to feed with more threads using Hunchentoot

I use Hunchentoot for a web application, which is a high traffic application, also depends on the web socket protocol and ajax HTTP requests. When I test my application using apache test like

ab -c 50 -n 1000

connection shown reset. for 40 concurrency the test is completed, but after no. How to increase max-thread-count Hunchentoot.

What are the realistic concurrency numbers and the number of requests per unit time for a high traffic web application that I have to think in accordance with? For example, for reddit or twitter.

+4
source share
1 answer

: max-thread-count.

0

Source: https://habr.com/ru/post/1543678/


All Articles