I don't see how caching could be possible. Nearly all request are different from the others and send other map extents etc.
Using tiles makes only sense with regard to caching if the tiles are already existing, like in ka-map. This has the caveat that you need to create tiles for all possible combinations of layers. You can easily imagine how much the number of combinations will increase if you have more than 3 or 4 layers. It woks perfectly for applications like google maps where you have just 2 layers and they are overlayed in 2 DIV's when combining them. Problems with heavy server loads on modern machines should normally just appear under very heavy access scenarios (which google for sure has). armin ivan minčík wrote: > I would like to ask if somebody knows about any way how to reduce the > pmapper server load by some caching of the generated mapserver-pmapper > images or some other method to do that. > > Is it possible, or there is only way to develop the support for tile > images in pmapper? > > Or how do You solve pmapper server overhead? > > thanks for Your ideas > > Ivan > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > pmapper-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pmapper-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
