From: Christopher Tasma Date: 2007-03-15T06:02:03+09:00 Subject: Re: QT Ruby odd focus behavior >> -- >> Posted viahttp://www.ruby-forum.com/. > Qt and QtRuby have complete support for networking integrated into the > Qt event loop via classes such as Qt::SocketNotifier, Qt::TcpSocket or > Qt::Ftp, and so you might be better off using them rather than ruby > threads or extra processes. Otherwise, you can set a Qt::Timer to > periodically call a slot and allow the Ruby interpreter to run the > code in the threads as another reply suggested. > > -- Richard Thanks for the ideas! -- Posted via http://www.ruby-forum.com/.