Hi Sean, Thanks for the hint about multiprocessing. I was testing a command from gis.stackexchange with copy-pasting it and there is indeed a parameter “--processes=6”.
It seems to me that there in no clean way to kill gdal2tiles on Windows when it is executing via multiprocess path. Ctrl-C kills a single process friendly. -Jukka Rahkonen- Lähettäjä: Sean Gillies <[email protected]> Lähetetty: maanantai 14. joulukuuta 2020 1.14 Vastaanottaja: Rahkonen Jukka (MML) <[email protected]> Aihe: Re: [gdal-dev] How to kill gdal2tiles? Hi Jukka, Didn't gdal2tiles get a multiprocessing implementation recently? If that's the case, you must track down the child processes with ps (assuming POSIX) and kill them. On Sun, Dec 13, 2020 at 4:08 PM Rahkonen Jukka (MML) <[email protected]<mailto:[email protected]>> wrote: Hi, Is there some clean way to kill gdal2tiles script? Ctrl-C at least does not work but leaves the script to some odd state. -Jukka Rahkonen- -- Sean Gillies
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
