- web server accessed via ssl- web server accesses host/port on a separate physical app server via SCGI, or mod_python
i use this command for testing: ab2 -k -n 100 https://myhost.tld/appname/action location "/appname/" is mapped to another server/port via SCGIab2 tells me i get 0 keep-alive connections out of the 100. the result is that i'm only getting about 15 requests per second.
log files tell me that there is a separate "Seeding PRNG with 272 bytes of entropy" message for each request, instead of only once as with successful keep-alive requests.
any suggestions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx