This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: select+read on socket in guile,guile-gtk


(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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]