I noticed, the first or 2 first requests are always the slower, and then
comes the normal -fast- behavior.
Anything I should now about that ?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,270597,270618#msg-270618
___
nginx mailing list
ngi
Hello !
I've got some strange behaviour testing nginx with gatling.
My scenario is : 50 users over 1 second try to access one very simple html
page (only "test" in it).
nginx conf for conf.d/test.conf :
server {
listen 80;
location /test {
alias /var/www;
index ind