NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Thread issue (Score:1)
At first glance, it seems related to the fact that the Engine class extends Thread. As I understand it, your main() method calls more() even though start() may not have finished yet.
I guess this is not happenning in the Applet since the more() button is handled by a button.
-- briac
Re:Thread issue (Score:2)
As it turns out, this was the problem. Someone over on Live Journal pointed out the issue and the exact spot where the problem was occurring and I fixed it and uploaded a new version. Now I just need to find out why my Perl version is failing :(
Reply to This
Parent