Re: A Gtk2 Chat Client

2008-01-05 Thread Whitney Jackson
> I am encountering a few problems with my program. the first problem is that > the program does not close completely when the GUI is closed. It seems as > though the POE::Client component is still running. How can I assure that the > program is destroyed completely? I don't think you want this

Re: POE + Glade

2007-03-28 Thread Whitney Jackson
You might find this talk from last year's YAPC to be interesting. The idea is to use Perl for what it's good at (everything but the GUI). Then build the graphical part in some other language. There's also a lot about PAR which helps you package and distribute your Perl application on Windows. ht

threads and poe?

2006-02-25 Thread Whitney Jackson
>From the FAQ: "POE currently is not thread-safe, in that you can't run entire sessions within subthreads. POE is very flexible, however. It may be possible to spawn threads for dedicated tasks, and pass information back and forth using Thread::Queue. To our knowledge, nobody has done this yet."