[openstreetmap/openstreetmap-website] Integrate the high-performance GPX importer (#1852)

mmd notifications at github.com
Fri Oct 5 16:25:33 UTC 2018


> I'm just not in favour of doing anything synchronously that could be done in the background.

Ok, fair point. To keep that synchronous part of the overall process as small as possible, we'd really need to make sure that almost all CPU intensive stuff gets delegated to the asynchronous job. This includes decompressing and parsing GPX files, storing the results in gps_points, etc. The only thing left then would be take the uploaded GPX file, store it somewhere 'as is', and kick off some new job to process it.

-- 
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/openstreetmap-website/issues/1852#issuecomment-427422902
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20181005/e513ab51/attachment.html>


More information about the rails-dev mailing list