[PySide] Keeping GUI responsive

Anders Löwinger anders at abundo.se
Tue Dec 10 17:56:51 CET 2019


On 2019-12-06 18:25, Israel Brewster wrote:
> I’m afraid it sounds like the only “good” solution at this time would 
> be to figure out some way to share the pandas data frames between 
> processes and use multiprocessing (if that’s even possible)

Could you possibly use shared memory?

https://docs.python.org/3/library/multiprocessing.shared_memory.html

No copying at all, you need to track who "owns" the data.


-- 
MVH/Regards
Anders Löwinger, Abundo AB, +46 72-206 0322



More information about the PySide mailing list