From: Eric W. <scr...@gm...> - 2006-10-04 04:36:24
|
# from Foo JH # on Tuesday 03 October 2006 02:45 am: >Perl doc says that threading will duplicate >ALL variables in the main thread. Sounds quite bad to me. It will duplicate all variables from when the thread is created. That just means you have to create it early. >Does any1 else do threading on wxPerl? I've thought about it, but not tried it yet. Perl's 5.8 threads are still a little odd, but they seem to work fine in the few (non-wx) examples that I've tried. http://www.perlmonks.org/index.pl?node_id=288022 http://perl.com/pub/a/2002/09/04/threads.html There's an example on cpan using Wx http://search.cpan.org/search?module=Wx%3A%3AApp%3A%3AMastermind --Eric -- We who cut mere stones must always be envisioning cathedrals. --Quarry worker's creed --------------------------------------------------- http://scratchcomputing.com --------------------------------------------------- |