[Mapserver-dev] FastCGI and Oracle Spatial
Fernando S.
simon at inf.univali.br
Thu Oct 28 14:30:17 EDT 2004
Hi folks,
I finished to test and implement the FastCGI support for Oracle Spatial.
I tested using many kinds of connections and in all cases the new
support run correctly. I believe that this code is very stable.
I don't know if change using this way is possible but exist any way
how to increase the "idle-timeout" and "killInterval" not using the
httpd.conf flag but in the connection pool source code?
Before I commit the code I have one doubt, sometimes in my tests
occur this in the Apache error_log. And after this dump every new
mapserver connection the function msConnPoolRequest return connection
handlers equal of NULL.
The dump of Apache log:
[Thu Oct 28 16:14:19 2004] [warn] FastCGI: (dynamic) server
"/home/apache/cgi-bin/mapserv.fcgi" started (pid 3324)
...
[Thu Oct 28 16:14:40 2004] [warn] FastCGI: (dynamic) server
"/home/apache/cgi-bin/mapserv.fcgi" started (pid 3331)
[Thu Oct 28 16:14:43 2004] [warn] FastCGI: scheduled the start of the
last (dynamic) server "/home/apache/cgi-bin/mapserv.fcgi" process:
reached dynamicMaxClassProcs (10)
[Thu Oct 28 16:14:43 2004] [warn] FastCGI: (dynamic) server
"/home/apache/cgi-bin/mapserv.fcgi" started (pid 3332)
[Thu Oct 28 16:14:47 2004] [error] [client 200.169.54.40] FastCGI:
server "/home/apache/cgi-bin/mapserv.fcgi" stderr:
msConnPoolRequest(rodovias,seara/test at lca) -> got 0x8245210
[Thu Oct 28 16:14:47 2004] [error] [client 200.169.54.40] FastCGI:
server "/home/apache/cgi-bin/mapserv.fcgi" stderr:
msConnPoolRelease(rodovias,seara/test at lca,0x8245210)
[Thu Oct 28 16:14:47 2004] [error] [client 200.169.54.40] FastCGI:
server "/home/apache/cgi-bin/mapserv.fcgi" stderr: msDrawMap(): Layer 8
(rodovias), 30.721s
[Thu Oct 28 16:14:47 2004] [error] [client 200.169.54.40] FastCGI:
server "/home/apache/cgi-bin/mapserv.fcgi" stderr: msDrawMap(): Drawing
Label Cache, 0.000s
[Thu Oct 28 16:14:47 2004] [error] [client 200.169.54.40] FastCGI:
server "/home/apache/cgi-bin/mapserv.fcgi" stderr: msDrawMap() total
time: 30.722s
Any hints?
Thank's.
More information about the mapserver-dev
mailing list