Re: [QGIS-Developer] Multiprocessing QGIS

2021-03-28 Thread Pedro Camargo
> >> > > > >> >> I had created a plugin for Qgis and I trying to optimize it. So > > i use > > > >> >> in my code the library python that have Queue whit multiprocessing > > > >> >> however when i run the plugin a new

Re: [QGIS-Developer] SVG icons in QGIS

2021-03-28 Thread Tim Sutton
Hi Just to add to the discussion, see also the work we have been doing here: https://plugins.qgis.org/styles/ I was rather hoping we could move over from shipping icons and styles with QGIS (beyond the current set, which as Nyall says we cannot change for fear of breaking things for pretty much

Re: [QGIS-Developer] Multiprocessing QGIS

2021-03-28 Thread Nyall Dawson
and it works ok. > > >> >> Can someone help ? I researched in many forums, i see people whit the > > >> >> same question but not with the answer. > > >> >> Thank you very much. > > >> >> > > >> >> Best reg

Re: [QGIS-Developer] Multiprocessing QGIS

2021-03-28 Thread Pedro Camargo
>> >> ___ > >> >> QGIS-Developer mailing list > >> >> QGIS-Developer@lists.osgeo.org > >> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > >> >> Unsubscribe:

Re: [QGIS-Developer] Multiprocessing QGIS

2021-03-28 Thread Florian El Ahdab
Hi. I am posting my reply again because I missed the qgis-developer mail list first... It is indeed possible to achieve multiprocessing in QGIS. But you should rely on Qt multi thread mechanisms rather than on the python multiprocessing module. Qgis is written in C++, based on the Qt library. U