schloss / insecurity-demos

A packaged, graphical user interface for demonstrating various digital security threats and mitigations in a training room context.
4 stars 2 forks source link

spawn separate threads for long-running processes #1

Closed double-green-vole closed 11 years ago

double-green-vole commented 11 years ago

For example: http://www.blog.pythonlibrary.org/2010/05/22/wxpython-and-threads/

This should be done for both the interface and network refresh button handlers. At the moment, the Enable(False) in each of those doesn't actually do anything useful.

double-green-vole commented 11 years ago

Fixed in c7b856108da0a1c44d047a63a9c25965a60d3231.