in reply to Re: Threading in Perl
in thread Threading in Perl

Going Up - threads article on perl.com ..

Note: You can't share Objects using ithreads, so probably not your GUI either.

Note2: What BrowserUK meant was to write your results to some shared variable somewhere, and get the GUI to check for them and update itself in the normal process of things.

C.

PS: What the h*** is Visual Perl .NET?

Replies are listed 'Best First'.
Re: Re: Re: Threading in Perl
by SyN/AcK (Scribe) on Jul 30, 2003 at 07:39 UTC

    Haha, its a new product from ActiveState. It works with Visual Studio .NET's framework. I decided to grab it and play with it for a little while. A friend of mine is a .NET fanatic and bought a full version of it. I actually kind of like it. Its sorta like Perl mixed with C#. I'm a Java programmer at the heart of things, so it's a better transition for me than learning Perl/Tk.

    This article looks interesting, hopefully I will find my answers there.

    You know, I have some more questions on threading, specifically, how to thread a job to multiple machines, think I should just post another question?