Scott Shawcroft wrote: > It'll be even faster when served from multiple computers. My friend and > I are using Python, Thrift and Berkeley DB to stretch it across multiple > boxes. It will scale better than any language rewrite.
Cherokee, the webserver I wrote it for, comes with something called DBSlayer. This basically distributes any queries over multiple databases. So running multiple instances of the system and using Cherokee's reverse proxy technology, no 'interpreter' language is ever required. Stefan _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

