Adonis wrote: > if i push a function into a thread, how can i retrieve the value of the > returning function? > > any help would greatly be appreciated. You should look into the nice future-recipe from David Perry: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/84317 regards, holger