<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
WMS layer - correct.&nbsp; I am using version 1.9.&nbsp; Mapserver is running as
CGI and hums along nicely answering WMS requests.&nbsp; Things slow down
when tilecache makes the WMS request.&nbsp; Subsequent requests to tilecache
are snappy but it seems to be taking a long time to do the WMS
request.&nbsp; <br>
<br>
I installed tilecache and altered my apache2 config to <br>
&nbsp;&nbsp;&nbsp; AddHandler cgi-script .cgi<br>
&nbsp;&nbsp;&nbsp; Options +ExecCGI<br>
<br>
so I assume this means it is running as Python CGI.&nbsp; So I guess the
slow part is the CGI execution for each request.&nbsp; <br>
<br>
Christopher Schmidt wrote:
<blockquote cite="mid:20071017015726.GA25385@metacarta.com" type="cite">
  <pre wrap="">On Wed, Oct 17, 2007 at 11:31:59AM +1000, angus scown wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am trying to understand how to increase the throughput of the seeding 
program.  Watching the output as it churns through the requests I am 
trying to debug where the blockage  is.  Each tile is taking 20 seconds 
to create.  If I look at the apache log and mimic the requests the tile 
cache is making to the WMS the requests are returning images in 
subsecond response times as is expected. 

The server it is running on is not under any load and I am trying to 
work out where the throughput blockage is.  I am getting results such as 
[20.4531s : 0.048/s] 52/252 from the seed program. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'm guessing this is a WMS layer? MetaTiling in use? Any other strange
setup? 1.9, or SVN? Running on the server as CGI, mod_python, other?  

Regards,
  </pre>
</blockquote>
</body>
</html>