Re: [Geotools-devel] feature cache demo

2007-09-11 Thread Chris Holmes
Cool, this looks like it could be used. Do you have design docs somewhere? Apologies I haven't been paying more attention to this. A few questions, though I'm completely fine if the answer to them is to just look at the docs. I found http://docs.codehaus.org/display/GEOTOOLS/SoC+2007+Cachin

Re: [Geotools-devel] feature cache demo

2007-09-11 Thread Christophe Rousson
2007/9/11, Chris Holmes <[EMAIL PROTECTED]>: > > Do you have some benchmarks online anywhere? To give you an idea, I set up a regression test with a dataset of 5000 random features in the unitsquare, put these in a MemoryDataStore and ran 150 queries (queries are such that one query is in the nei

[Geotools-devel] feature cache demo

2007-09-11 Thread Christophe Rousson
Hi all, I have done some further work on my gsoc project. I gave a try to make implementation thread safe, and just fixed a couple of bugs. There is now a unit test named ConcurrentAccessTest for this. You can change the variable hardest to true to run the test with increased concurrency, and i