Does anyone know why solr is not respecting keep-alive requests when using
apache bench?

ab -v 4 -H "Connection: Keep-Alive" -H "Keep-Alive: 3000" -k -c 10 -n 100 "
http://host1:8983/solr/test.solr/select?q=*%3A*&wt=xml&indent=true";


Response contains this and if you look at debug output you see http header
of Connection: Close

Keep-Alive requests:    0


Any ideas?  I'm seeing the same behavior when using http client.


Thanks,
Brent

Reply via email to