On Wed, Mar 16, 2011 at 1:50 PM, Boubakar <[email protected]> wrote: > Thank you Andrea for your quick answer. > The project is in production, and there is no option to change design now. > What's your recommandations in using threads in GeoServer ?
If you cannot do anything else and the container is not hosting other applications you can try to limit the number of threads the container will use to serve requests to some smaller value (e.g., tomcat uses 200, but it can be set to another value in server.xml ). If the container hosts other applications... you're out of luck I fear. Maybe some proxy system can limit the requests coming down to GeoServer, not sure, never used one that way Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
