[OSM-dev] [OSM-talk] donating read-only api-mirrors
Stefan de Konink
stefan at konink.de
Fri Feb 6 20:32:42 GMT 2009
Matthias Julius wrote:
> Is anyone relying on the ascending ID order?
Even then; the ordering can be done in SQL.
> To be able to send proper error codes to the client when something
> goes wrong halfway down the path the data could be cached on disk and
> sent out once it is complete.
This is significant overhead. Just stream out, if there is really a
problem; just close the current open tag {node,way,relation} and append
<error>Whatever</error> after it.
Stefan
More information about the dev
mailing list