<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks,<br>
<br>
I'm compiling mapserver with fast-cgi support and see how that works
out.<br>
<br>
Any idea if there is a difference in terms of speed if I make normal
CGI queries vs WMS queries?<br>
<br>
Regards,<br>
Adrian<br>
<br>
Pavel Iacovlev wrote:
<blockquote
 cite="mid:2a37f67a0910210145h2379bd6bye9a3c235d71dfb9b@mail.gmail.com"
 type="cite">
  <pre wrap="">Fast-cgi is one process that manages all your connections (acts more
like apache module) cgi creates a new process for every connection so
fast-cgi is faster and consumes less resources.
The best performance you should get with tilecache serving TMS(If it's
supported by your client, openlayers supports it), images are request
directly so there is almost no overhead

On Wed, Oct 21, 2009 at 10:42 AM, Adrian Popa
<a class="moz-txt-link-rfc2396E" href="mailto:adrian_gh.popa@romtelecom.ro">&lt;adrian_gh.popa@romtelecom.ro&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello, sorry for this noobie question, but I have been running mapserver as
a cgi process and sometimes I need to make lots of calls to it to get the
data I want. I have used TileCache to get the layers I need and which don't
change over time and it speeds things up considerably.

I was wondering - is it possible (and is it more efficient?) to run
mapserver as fast-cgi? Would it increase speed? The mapserver in the cgi-bin
directory is already a binary file - so I'm not sure if fast-cgi would do
any good.

Also, would I have any extra speed benefits if I make WMS queries instead of
regular cgi queries?

Thank you,
Adrian

_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
<br>
<br>
</body>
</html>