Re: [gdal-dev] Performance problems

2012-03-17 Thread Ari Jolma
On 03/17/2012 01:58 PM, Even Rouault wrote: Le samedi 17 mars 2012 08:41:20, Ari Jolma a écrit : Folks, This is a broader question, but maybe somebody can help. I've set up a simple WFS based on GDAL with Perl bindings. The service loads a dataset from PostGIS copies it into a GML dataset in me

Re: [gdal-dev] Performance problems

2012-03-17 Thread Even Rouault
Le samedi 17 mars 2012 08:41:20, Ari Jolma a écrit : > Folks, > > This is a broader question, but maybe somebody can help. I've set up a > simple WFS based on GDAL with Perl bindings. The service loads a dataset > from PostGIS copies it into a GML dataset in memory and serves it from > there. Ins

Re: [gdal-dev] Performance problems

2012-03-17 Thread Mark Overmeer
* Ari Jolma (ari.jo...@gmail.com) [120317 07:41]: > This is a broader question, but maybe somebody can help. > ... Thus, when 10 students all > made requests at the same time, all memory was used (apache logs > have "Out of memory!" - I'm not sure where this comes

[gdal-dev] Performance problems

2012-03-17 Thread Ari Jolma
Folks, This is a broader question, but maybe somebody can help. I've set up a simple WFS based on GDAL with Perl bindings. The service loads a dataset from PostGIS copies it into a GML dataset in memory and serves it from there. Nice clean solution and works well. Then I tried to use it in a