[Tile-serving] [openstreetmap/osm2pgsql] Display progress while processing pending relations/ways (#865)

mmd notifications at github.com
Thu Sep 13 19:46:30 UTC 2018


`print_stats` seems to be busy looping, maybe you want to use something like `std::this_thread::sleep_for(60s);` instead?

Also checking the queue status probably needs some additional locking via `mutex.lock();` + `mutex.unlock();` like done in `do_jobs`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/865#issuecomment-421129886
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180913/f7c43d61/attachment.html>


More information about the Tile-serving mailing list