Issue 32: Fix threads quantity, try to reuse existing threads without creating new
Project Member Reported by paranoid...@gmail.com, Oct 5, 2007
now too many threads are created:

HistogramGraph
LoggingThread
SocketListener
ThreadsMap - factory
ActionFactory - factory

need to remove as many as possible threads and reuse existing.

suggestions:

HistogramGraph - move thread logic to javax.swing.Timer

think about other threads and add suggestions here...
Oct 5, 2007
Project Member #1 paranoid...@gmail.com
(No comment was entered for this change.)
Status: Fixed