Hi everybody,<br><br>I installed mapserver, with arcsde,&nbsp; fastcgi, without compilation problems (i think that is correctly working), but i have not seen better performance in my test.<br>I&#39;m testing with jmeter (around 300 request) with fastcgi enabled and disabled (commenting code in 
httpd.conf), and the performance are similar.<br>I have no logs in <br>what am i doing incorrectly?<br><br>This is my configuration: <br><br>My linux distro is :<br>Linux version 2.6.15-1.2054_FC5smp (<a href="mailto:bhcompile@hs20-bc1-3.build.redhat.com">
bhcompile@hs20-bc1-3.build.redhat.com</a>) (gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)) <br><br>the output for ./mapserv -v is :<br>MapServer version 4.10.2 OUTPUT=GIF OUTPUT=PNG OUTPUT=WBMP OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=FASTCGI INPUT=EPPL7 INPUT=SDE INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG
<br><br>a ps -axf&nbsp; output with apache and mapserver running is ::::<br><br>19785 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ss&nbsp;&nbsp;&nbsp;&nbsp; 0:00 /usr/local/apache/bin/httpd -k start<br>31651 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/fcgi- -k start<br>31652 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/httpd -k start
<br>31653 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/httpd -k start<br>31654 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/httpd -k start<br>31655 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/httpd -k start<br>31656 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/httpd -k start
<br>31660 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/httpd -k start<br>31663 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/httpd -k start<br>31664 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00&nbsp; \_ /usr/local/apache/bin/httpd -k start<br><br>
the httpd.conf snippet code is<br><br>LoadModule fastcgi_module /usr/local/apache/modules/mod_fastcgi.so (and having mod_fastcgi.so in this place)<br><br>AddHandler fastcgi-script fcgi<br><br>FastCgiConfig -appConnTimeout 200 -idle-timeout 60 -init-start-delay 1 -minProcesses 4 -maxProcesses 20 -maxClassProcesses 20
<br><br><br>thanks very much.<br><br>