Well, the problem is that the requests are not always served.<br><br>During load testing, say about 10 concurrent requests I also load the map. But there are randomly tiles that are never loaded. I thought this would be related to the defunct processes, but that is not a certainty.<br>
<br>My setup is lighttpd + fastcgi.<br>To be honest I&#39;m in a pretty bad situation now, considering we go live with this in 9 days.<br><br>Not sure what else I can do honestly.<br><br><br><div class="gmail_quote">On 11 January 2011 19:05, Stephen Woodbridge <span dir="ltr">&lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Here is an explanation of defunct processes:<br>
<br>
<a href="http://www.webmasterworld.com/forum40/1032.htm" target="_blank">http://www.webmasterworld.com/forum40/1032.htm</a><br>
<br>
I&#39;m sure there are others. So since you are running fastcgi, it is the responsibility of the fastcgi parent process to clean up dead child processes. It is likely that it is busy because you are doing load testing or there is some subtle issue that is occurring. If you are getting good responses from mapserver, you probably do not need to worry about it unless you are getting tons of them.<br>

<br>
If you are using apache, I believe there is a parameter that you can set for fastcgi processes which will let them die after N requests. This should clean those up and apache will spawn a new process if needed to replace the that died.<br>

<br>
-Steve W<div><div></div><div class="h5"><br>
<br>
On 1/11/2011 10:04 AM, Wim Vanbelle wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
Hi all,<br>
<br>
I&#39;m getting a lot of<br>
<br>
27098 x  20   0     0    0    0 Z    1  0.0   0:00.03 mapserv &lt;defunct&gt;<br>
27104 x  20   0     0    0    0 Z    1  0.0   0:00.03 mapserv &lt;defunct&gt;<br>
<br>
while load testing mapserver. Is there any way I can go about checking<br>
out why this is happening? Especially when doing concurrency tests it<br>
seems to go sideways.<br>
<br>
Currently i&#39;m using :<br>
<br>
MapServer version 5.6.5 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP<br>
OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE<br>
SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT<br>
SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER<br>
SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS<br>
SUPPORTS=RGBA_PNG INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL<br>
INPUT=SHAPEFILE<br>
<br>
using FastCGI/Lighty.<br>
<br>
Do note that the mapfile itself seems to be fine, since it does render<br>
content when i&#39;m the single user using it.<br>
<br>
Thanks for your expert insight :D.<br>
<br>
<br>
<br></div></div>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote>
<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div><br>