Ciao, I am assuming your GeoServer is slow to start since you have many stores configured to DBMS that do their own pooling. Hence at start-up you have a large number of connections to create which slow things down.
One optimization would be to move the pooling to the container using JNDI. This might help with sharing the connections between various stores and reducing start-up times. Mind you creating connections will always be slow, hence start-up times will go down only when the minimum available connections in the pools X # of pools used will be a small number. JNDI will just help improve the situation, is not the solutions per se. Regards, Simone Giannecchini == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 333 8128928 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- On Tue, Jul 23, 2013 at 9:22 AM, ChrisInCambo <[email protected]> wrote: > Hi Jody, > > It's managed by GeoServer. > > Regards, > > Chris > > > On Tue, Jul 23, 2013 at 2:13 PM, jody.garnett [via OSGeo.org] <[hidden > email]> wrote: >> >> What is your setup? Connection pool managed by GeoServer? Or externalised >> to your application server... >> >> -- >> Jody Garnett >> >> On Tuesday, 23 July 2013 at 2:17 PM, ChrisInCambo wrote: >> >> Okay we've investigated a little further and the delay is not the >> configuration files it seems to be the JNDI connections pool. Does anyone >> know anyway of speeding this up? >> >> >> >> -- >> View this message in context: >> http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068108.html >> Sent from the GeoServer - User mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> _______________________________________________ >> Geoserver-users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/geoserver-users >> >> >> >> >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> _______________________________________________ >> Geoserver-users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/geoserver-users >> >> >> ________________________________ >> If you reply to this email, your message will be added to the discussion >> below: >> >> http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068122.html >> To unsubscribe from GeoServer Slow to Start with Lots of Namespaces, click >> here. >> NAML > > > > ________________________________ > View this message in context: Re: GeoServer Slow to Start with Lots of > Namespaces > > Sent from the GeoServer - User mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
