From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Djurfeldt To: Steve Tell Cc: djurfeldt@nada.kth.se Subject: Re: select+read on socket in guile,guile-gtk Date: Thu, 22 Jun 2000 02:19:00 -0000 Message-id: References: X-SW-Source: 2000-q2/msg00067.html (Sorry for not having read your messages in detail yet.) If you want to use GTk in a COOP-threaded application, probably the best way to do it is to plug in COOP-threads into GLIB. Then you can run the GTk handler in one thread, but still freely accees GTk from any thread: cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/guile login cvs -z 9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/guile \ checkout guile/guile-gtkthreads