QUOTE (clyde @ November 26, 2013 06:08 am) |
Not really. The nature of the PQ load is such that much of the code must be run asynchronously so using multiple threads or cores is of little/no help. |
Thanks. I already feared that this is the answer :-)
Is there any way to speed up the GPX load?
I have a lot of GPX files from the GetGeocache-API-command.
Loading each of them single takes a lot of time.
I tried to run gpsbabel in a FOR loop to combine all of the files in the folder, but these are not standard GPX files, so the tool failed :-(
Any other idea is highly appreciated!