Re: [Geotools-devel] StreamingParser outofmemory errors

2008-02-13 Thread Justin Deoliveira
> This is an interesting topic and I didn't wanted to bring it to the scene > until I finally take the time to write down my robustness plan for geoserver, > but yeah, I found the parser raising a parsing thread on each call, which is > a dangerous thing. Like it is in general a good approach f

Re: [Geotools-devel] StreamingParser outofmemory errors

2008-02-13 Thread Gabriel Roldán
Hi Justin, thanks for the prompt reply. On Wednesday 13 February 2008 07:59:06 pm Justin Deoliveira wrote: > Wow, those results are compelling. Indeed I thought before of basing the > streaming parser on a pull parser... seemed more natural then the hack > of creating a separate parsing thread. T

Re: [Geotools-devel] StreamingParser outofmemory errors

2008-02-13 Thread Justin Deoliveira
Wow, those results are compelling. Indeed I thought before of basing the streaming parser on a pull parser... seemed more natural then the hack of creating a separate parsing thread. A 100 features taking up 606 MB seems out of hand though. Are you using the xpath streaming method? That message