osmfj / tileman

Renamed from tilecache to "tileman": please re-config your git repository. This is OpenStreetMap "Tile-cache" and "Tile-server" recipe with Nginx and embeded Lua. A backend is Tirex, mapnik and PostGIS.
http://osm.jp/
61 stars 16 forks source link

using redis pub/sub for tileserver-tirex communication #7

Open miurahr opened 11 years ago

miurahr commented 11 years ago

TileserverとTirexの通信について、データグラム Unix domain socketの代わりに Redisのpub/subを使うことで、Scale-outできるようにします。

miurahr commented 11 years ago

Architectural consideration is needed. Now I'm thinking every tileman servers talk each other through redis pub/sub is better.