in reply to Re: Building a Chat client using POE
in thread Building a Chat client using POE

I removed the Gtk2->main; section of code from the loop. The program still runs but will not post the "Connected" text. Can POE run threads?

Replies are listed 'Best First'.
Re^3: Building a Chat client using POE
by Snarius (Sexton) on Jan 07, 2008 at 03:19 UTC
    I remember reading about this: No threads. Supposedly POE supports concurrency, but only in the form of processes.