Browse code

Add note about perl/Tk not being thread safe

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@937 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/09/28 03:26:18
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ use strict;
24 24
 use IO::Socket::INET;
25 25
 use Tk;
26 26
 use Tk::Dialog;
27
-use threads;
27
+use threads;	# Tk isn't thread safe :-( This will need some careful work
28 28
 
29 29
 my $mw = MainWindow->new;
30 30
 my $history = "";