Hi all,
today I manage to find a bug on the indexed shapefile datastore (http://jira.codehaus.org/browse/GEOT-1014) which makes me think
we should not ship it as part of the standard distribution, because
a heavy usage of that datastore sooner or later would make
geoserver stop serving altogheter: once the open file cap has
been reached the Dispatcher class won't be able to create the
temporary request files any more.
What do you think?
Cheers
Andrea
Hi,
I can confirm this issue with 20 concurrent users. After about 15 requests each Geoserver simply returns nothing.
Amr.
Andrea Aime wrote:
Hi all,
today I manage to find a bug on the indexed shapefile datastore (http://jira.codehaus.org/browse/GEOT-1014) which makes me think
we should not ship it as part of the standard distribution, because
a heavy usage of that datastore sooner or later would make
geoserver stop serving altogheter: once the open file cap has
been reached the Dispatcher class won't be able to create the
temporary request files any more.
What do you think?
Cheers
Andrea
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Amr A. Alam ha scritto:
Hi,
I can confirm this issue with 20 concurrent users. After about 15 requests each Geoserver simply returns nothing.
Amr, if you need spatial indexing I would suggest to use postgis,
it's the most stable datastore we have.
Otherwise, in my testing plain shapefile is working just ok.
Cheers
Andrea