[drraw-users] Performance of the cgi-script on Apache

Baumann, Christoph CHRISTOPH.BAUMANN at T-SYSTEMS.CH
Tue Apr 17 05:20:50 EDT 2007


Hi Fabien

This I can't beleave. Ist this true ? As I have a apache2 with prefork
mpm
Perhaps I can optimice in a way that the Dashboards are handled
simultaneous.

Who can give me some hints?

Christoph



# ps -ef | grep http

    root   392     1   0   Apr 12 ?           0:35
/usr/apache2/bin/httpd -k start
webservd 13321   392   0 10:55:59 ?           0:00
/usr/apache2/bin/httpd -k start
webservd  8747   392   0 10:25:42 ?           0:00
/usr/apache2/bin/httpd -k start
webservd 13322   392   0 10:55:59 ?           0:00
/usr/apache2/bin/httpd -k start
webservd  8748   392   0 10:25:42 ?           0:00
/usr/apache2/bin/httpd -k start
webservd 13225   392   0 10:55:58 ?           0:00
/usr/apache2/bin/httpd -k start
webservd 17311   392   0 10:40:53 ?           0:00
/usr/apache2/bin/httpd -k start



# ./apachectl -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c


/etc/apache2/httpd.conf

# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept
spare
# MaxSpareServers: maximum number of server processes which are kept
spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process
serves
<IfModule prefork.c>
StartServers         5
MinSpareServers      5
MaxSpareServers     10
MaxClients         150
MaxRequestsPerChild  0
</IfModule>



More information about the drraw-users mailing list