鉴行志

A blogging framework for hackers.

几种栅格图片GIS服务器性能比较(MapServer vs. Geoserver vs ERDAS Apollo)

| Comments

在这个 blog 中做了一个关于图像地图服务器性能测试,在同样的情况下测试了(MapServer vs Geoserver vs ERDAS Apollo),mapguide配置出错也就没有参加测试。Arcgis imageserver 没有参加这次测试。

  • ERDAS Apollo:
  1. ECW (116.8 maps / sec) @ 150 users
  2. TIFF External Pyramid (64.4 maps /sec) @ 40 users
  3. IMG (60.6 maps / sec) @ 40 users
  • Mapserver:
  1. ECW (54.4 maps / sec) @ 150 users
  2. TIFF Internal Pyramid (41.3 maps / sec) @ 80 users
  3. TIFF External Pyramid (38.6 maps / sec) @ 80 users
  • Geoserver:
  1. TIFF Internal pyramid (27.9 maps /sec) @ 20 users
  2. ECW (25.2 maps / sec) @ 20 users
  3. TIFF Tiled (10.3 maps / sec) @ 40 users

以前没有听说过ERDAS Apollo这个产品,想不到性能如此强劲,Geoserver基于java性能一直不是太好,但是功能定制性比较好。比较遗憾的是没有将arcgis image server也放到一起测试。

Comments