vhttpd

User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Re: vhttpd

Post by mark »

Is that graph just vhttpd?
What different is going on the last hour+ of that graph when the mem usage is leveled off?
aitchon
Posts: 118
Joined: Mon Jan 22, 2007 10:30 am

Re: vhttpd

Post by aitchon »

The graph is memory usage of the pod, which only has vhttpd running. The load test consists of calls to an empty vortex script. I have 5 requests/sec for the first 2 hours and then 30 requests/sec. It doesn't really level off in the last hour. It slowly grows. It does level off after the load test of calling the script is done, but never goes back down.
aitchon
Posts: 118
Joined: Mon Jan 22, 2007 10:30 am

Re: vhttpd

Post by aitchon »

Is it possible to run Texis on nginx, so I can possibly do a comparison of memory consumption?
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Re: vhttpd

Post by mark »

Texis can run as a CGI, but nginx doesn't do CGI. You'd need to use a webserver that does CGI, like Apache httpd. There are others, but we have little experience with them.
Post Reply