<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello Christian,<br>
      <br>
      I think a pretty modest server suffices. <br>
      Mapproxy uses very little CPU. <br>
      Disk IOPS is low, because MapProxy serves full tile files which is
      much easier to deliver than for instance database index data.<br>
      You may need a lot of disk space, because tile sets can be huge.
      If you are using a linux file system, remember to format the disk
      with enough inodes. On a default formatted disk, you may run out
      of inodes way before you run out of disk space.<br>
      <br>
      Of course, if you expect to deliver millions of tiles per hour,
      you should provide the necessary resources for that, but you may
      discover that the internet bandbwidth will be the major
      bottle-neck in delivery performance.<br>
      <br>
      For resource calculation consider:<br>
      1. wat is the expected total number of tiles ? => disk space
      and inodes<br>
      2. how many tiles should be delivered per minute at peak moments?
      => number of tiles x average tile size / 60 sec = bandwidth
      (bytes / sec)<br>
      3. peak minute number of tiles / 60 sec = maximum average disk
      seek time<br>
      <br>
      <br>
      Anne<br>
      <br>
      <br>
      On 6-12-2013 7:53, Christian Höhener wrote:<br>
    </div>
    <blockquote
cite="mid:CACwjn84Xsn6N-5V9+94Gh2cS5mFTY9ng2O=1qnmUxAHrpsp4=Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi everyone,
        <div><br>
        </div>
        <div>We are about to setup a mapproxy-tiling service with
          caching.</div>
        <div><br>
        </div>
        <div>Are there any recommandations for hardware:</div>
        <div><br>
        </div>
        <div>Cache-harddrives-disktypes:</div>
        <div>- SSD</div>
        <div>- 15k</div>
        <div>- 10k</div>
        <div><br>
        </div>
        <div>Server Hardware: </div>
        <div>- CPU</div>
        <div>- RAM</div>
        <div><br>
        </div>
        <div>Other recommandations?</div>
        <div><br>
        </div>
        <div>Thanks for sharing your experiences.</div>
        <div><br>
        </div>
        <div>Christian</div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
MapProxy mailing list
<a class="moz-txt-link-abbreviated" href="mailto:MapProxy@lists.osgeo.org">MapProxy@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapproxy">http://lists.osgeo.org/mailman/listinfo/mapproxy</a></pre>
    </blockquote>
    <br>
  </body>
</html>