I'm running FastCGI but I'm not sure that I have it configured optimally,
or even correctly. I have about a dozen map files. My requests look like:
   mapserv.fcgi?map=abc.map&...
   mapserv.fcgi?map=def.map&...
   mapserv.fcgi?map=ghi.map&...
Does FCGI know to cache each map file so that I have a FCGI thread(s) for
each map file? Or do I just have FCGI threads that are re-reading which
ever map file is needed? Would I do better with a small script wrapper
around each mapserv+mapfile like:
   abc.fcgi
   def.fcgi
   ghi.fcgi
Sorry - I don't feel like I'm articulating my question very well.

Rich

-- 
Richard Greenwood
[email protected]
www.greenwoodmap.com
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to