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 <[EMAIL PROTECTED]>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to