in reply to Perl/Tk Non-user Interactivity

As a note, I'm holding out on threading as a last resort. Perl Threads don't seem too well ported at the moment, and would much rather do it in a linear fashion with the socket in non-blocking mode.

Replies are listed 'Best First'.
Re (tilly) 2: Perl/Tk Non-user Interactivity
by tilly (Archbishop) on Mar 20, 2001 at 15:38 UTC
    Perl's various threading models are all experimental for good reason, and the final model in 6.0 is unlikely to match any of them.

    So I wouldn't use threading as a solution.