Newbie Help: Inter-session data transfer

2007-04-24 Thread Craig Votava
Folks- First of all, thanks to everyone involved with POE! I've just been learning about it and am anxious to retrofit some of my existing tools to use it. It's fantastic! I'm struggling with choosing the right design alternative while still being in the dark about what all my available options

Re: Newbie Help: Inter-session data transfer

2007-04-24 Thread David Davis
You may want to look at POE::Component::IKC http://search.cpan.org/~gwyn/POE-Component-IKC-0.1904/IKC.pod HTH Cheers David On 4/24/07, Craig Votava [EMAIL PROTECTED] wrote: Folks- First of all, thanks to everyone involved with POE! I've just been learning about it and am anxious to

Re: Newbie Help: Inter-session data transfer

2007-04-24 Thread Nicholas Perez
Pub/Sub is fine for this, but in the spirit of TIMTOWTDI... You could also have the IO portion read the data, parse it, dump it into a shared data structure, and have the GUI refresh either manually or with a(n) [alarm|delay]_set(). Or have them as two separate processes and have the GUI app