[GRASS-dev] suggested temporary feature freeze for wxGUI

Glynn Clements glynn at gclements.plus.com
Mon Sep 8 05:18:14 EDT 2008


Michael Barton wrote:

> Refactoring is certainly in order. We've started some of this already,  
> but there is a lot more to do. I don't think we are overtly using  
> multithreading.

Yep:
	gcmd.py:477:class CommandThread(Thread):
	goutput.py:48:class CmdThread(threading.Thread):
	mapdisp.py:84:class Command(Thread):
	nviz_mapdisp.py:45:class NvizThread(Thread):

histogram.py and vdigit.py also import the Thread class, but they
don't actually use it.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list