Hi,
I am searching for some details about the ArcGIS Server and how he handles the database connections.
When I define a connection using the ArcGIS server manager (UI), this connection will be shared with all services that are publish on this server, right ? Since n arcsoc processes are launched for each service I would assume that there is one connection to the database by arcsoc process. Am I right or might there be more than one connection by a arcsoc process ? If there is just one, this connection is multi threaded ? How does this work with different transactions ?
It looks like that there is nothing like a connection pool configuration (java based connection pools).
How are timeouts handled ? Is this configurable ?
Thanks
Manfred