> lets say I need to retrieve data from a db and that it takes a while. > It woudl freze my screen. > > In Swing i would do swing worker for backgroud processing. I know I > can create threads, etc.... > but is there a framework for background processing in gtk/mono? > > .V >