First, start here: http://docs.geoserver.org/stable/en/user/production/index.html
I would emphasize: If you are serving large amounts of rendered imagery, caching is your friend. GeoWebcache is ready to go for the purpose and integrates well with GeoServer. If you are serving many features, start out of the gate with a good spatial database and pay attention to your relational schemas and indexing. You may also wish to tune GeoServer's built-in connection pooling. GeoServer is a very well-behaved Java servlet application, and the published services, up to authentication and authorization, are more-or-less stateless. Assuming you are not pursuing heavy transactional load, but simply serving a large number of requests, you may wish to consider clustering arrangements, both for reliability and throughput. A heavy transactional load means more thinking about database design and tuning, but can still respond well to a clustered web-tier. --- A. Soroka Digital Research and Scholarship R & D and Online Library Environment the University of Virginia Library On Dec 31, 2010, at 9:02 AM, Dharmendra Sonawane wrote: > > Hello List, > > I need to check the configuration of geoserver in production for 200 > simultaneous users on unix environment. Hint for deployment architecture for > such requirement will be very much appreciated. > > Thanks in advance, > Dharmendra > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
