Re: [PyQt] Loading from DB: Threading vs. Multiprocessing

2011-01-04 Thread Knacktus
OK, I'll give QThreads a try. Thanks, Erik and Matt. Jan ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Loading from DB: Threading vs. Multiprocessing

2011-01-03 Thread Lic . José M . Rodriguez Bacallao
this is a very interesting question, I would like to see some suggestions!!! On Thu, Dec 30, 2010 at 4:37 AM, Knacktus wrote: > Hello everyone, > > here the background story ;-): > -- > > I'm writing an application which handles a lot of nested data. Imagine a > QTreeV

[PyQt] Loading from DB: Threading vs. Multiprocessing

2010-12-30 Thread Knacktus
Hello everyone, here the background story ;-): -- I'm writing an application which handles a lot of nested data. Imagine a QTreeView with 10-20 levels and up to 5 lines. The standard use case would be to expand one level after the other in the GUI. For each leve