[Geoserver-users] how users can working whit geoserver in form concurrent?

how users can working whit geoserver in form concurrent?
because when I probed with 3 users concurrent my map was freeze

Thanks

···

Arturo Juárez Lima

Are you asking how much concurrent load can GeoServer bear?

Obviously, that depends on the specifics of your installation, including your hardware. Since GeoServer is a J2EE webapp, the scalability of a given installation also has a great deal to do with how you've configured your application server or servlet container.

Using appropriate hardware, we're comfortably serving from a catalog of well over a thousand feature types and JMeter load-testing indicates that we should able to support many dozens of concurrent users without difficulty.
So GeoServer can scale.

---
A. Soroka / Digital Scholarship Services R & D
the University of Virginia Library

On Nov 5, 2008, at 8:00 PM, Arturo Juàrez wrote:

how users can working whit geoserver in form concurrent?
because when I probed with 3 users concurrent my map was freeze

Thanks
--
Arturo Juárez Lima

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

ok, if my machine are

SO: Centos 5.2 x86_64
host: PowerEdge 2900
RAM: 8GiB
CPUs: 1 x Quad Core Intel Xeon E5430 @ 2.66GHz
DD: 4 x 300 GB SAS 15K

How user concurrent can I receive??
ajs6f escribió:

···

Arturo Juárez Lima

Are you asking how much concurrent load can GeoServer bear?

Obviously, that depends on the specifics of your installation,  
including your hardware. Since GeoServer is a J2EE webapp, the  
scalability of a given installation also has a great deal to do with  
how you've configured your application server or servlet container.

Using appropriate hardware, we're comfortably serving from a catalog  
of well over a thousand feature types and JMeter load-testing  
indicates that we should able to support many dozens of concurrent  
users without difficulty.
So GeoServer can scale.

---
A. Soroka / Digital Scholarship Services R & D
the University of Virginia Library

On Nov 5, 2008, at 8:00 PM, Arturo Juàrez wrote:

  
how users can working whit geoserver in form concurrent?
because when I probed with 3 users concurrent my map was freeze

Thanks
-- 
Arturo Juárez Lima

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's  
challenge
Build the coolest Linux based applications with Moblin SDK & win  
great prizes
Grand prize is a trip for two to an Open Source event anywhere in  
the world
[http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________](http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________)
Geoserver-users mailing list
[Geoserver-users@lists.sourceforge.net](mailto:Geoserver-users@lists.sourceforge.net)
[https://lists.sourceforge.net/lists/listinfo/geoserver-users](https://lists.sourceforge.net/lists/listinfo/geoserver-users)
    

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[http://moblin-contest.org/redirect.php?banner_id=100&url=/](http://moblin-contest.org/redirect.php?banner_id=100&url=/)
_______________________________________________
Geoserver-users mailing list
[Geoserver-users@lists.sourceforge.net](mailto:Geoserver-users@lists.sourceforge.net)
[https://lists.sourceforge.net/lists/listinfo/geoserver-users](https://lists.sourceforge.net/lists/listinfo/geoserver-users)

  

Arturo Juàrez ha scritto:

ok, if my machine are

SO: Centos 5.2 x86_64
host: PowerEdge 2900
RAM: 8GiB
CPUs: 1 x Quad Core Intel Xeon E5430 @ 2.66GHz
DD: 4 x 300 GB SAS 15K

How user concurrent can I receive??

This cannot simply be preticted, it depends too much on how many layers, what kind of styling you setup, what indexes you have on the database, what kind of database backend you're using, whether you installed JAI and so on.

This is a presentation I put toghether with a well tuned GeoServer (and MapServer) running on a cheap notebook:
http://files.opengeo.org/presentations/WebMapServerPerformance-FOSS4G2008.pdf

If you want to know how much you can scale, you'll have to try similar tests with JMeter but with your own data.

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

ok, the file is very explicity, but I am working with shapefiles very hard, one of them have 254,715 polygons, I am starting with the extension geowebcache.
Its the better, in my case, the use of the GeoWebCache for these types of shapes?
Andrea Aime escribió:

···

Arturo Juárez Lima

Arturo Juàrez ha scritto:

ok, if my machine are

SO: Centos 5.2 x86_64
host: PowerEdge 2900
RAM: 8GiB
CPUs: 1 x Quad Core Intel Xeon E5430 @ 2.66GHz
DD: 4 x 300 GB SAS 15K

How user concurrent can I receive??

This cannot simply be preticted, it depends too much on how many layers, what kind of styling you setup, what indexes you have on the database, what kind of database backend you’re using, whether you installed JAI and so on.

This is a presentation I put toghether with a well tuned GeoServer (and MapServer) running on a cheap notebook:
http://files.opengeo.org/presentations/WebMapServerPerformance-FOSS4G2008.pdf

If you want to know how much you can scale, you’ll have to try similar tests with JMeter but with your own data.

Cheers
Andrea

Not sure I understand the question correctly, bu GeoWebCache can saturate a 100 mbps connection on modest hardware, so you'll probably be limited by your networking equipment rather than the software or hardware.

-Arne

Arturo Juàrez wrote:

ok, the file is very explicity, but I am working with shapefiles very hard, one of them have 254,715 polygons, I am starting with the extension geowebcache.
Its the better, in my case, the use of the GeoWebCache for these types of shapes?

*//**/ Arturo Juárez Lima/*

Andrea Aime escribió:

Arturo Juàrez ha scritto:

ok, if my machine are

SO: Centos 5.2 x86_64
host: PowerEdge 2900
RAM: 8GiB
CPUs: 1 x Quad Core Intel Xeon E5430 @ 2.66GHz
DD: 4 x 300 GB SAS 15K

How user concurrent can I receive??

This cannot simply be preticted, it depends too much on how many layers, what kind of styling you setup, what indexes you have on the database, what kind of database backend you're using, whether you installed JAI and so on.

This is a presentation I put toghether with a well tuned GeoServer (and MapServer) running on a cheap notebook:
http://files.opengeo.org/presentations/WebMapServerPerformance-FOSS4G2008.pdf

If you want to know how much you can scale, you'll have to try similar tests with JMeter but with your own data.

Cheers
Andrea

------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------------------------------------------------

_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
  
--
Arne Kepp
OpenGeo - http://opengeo.org
Expert service straight from the developers