> >>
> > > >> >> 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
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
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
>> >> ___
> >> >> QGIS-Developer mailing list
> >> >> QGIS-Developer@lists.osgeo.org
> >> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >> >> Unsubscribe:
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