in reply to Re^2: Long-running DB query makes Tk application unresponsive
in thread [solved] Long-running DB query makes Tk application unresponsive
The problem is how to break up your long running query into small enough chunks that your gui remains responsive. Once you've done that, you could just use a Tk-repeat().
|
|---|