From: nagai@... Date: 2001-11-16T13:25:12+09:00 Subject: [ruby-talk:25380] Re: ruby/Tk Hi, From: "HarryO" Subject: [ruby-talk:25301] Re: ruby/Tk Date: Fri, 16 Nov 2001 04:13:24 +0900 Message-ID: <20011115.182828.1896306640.2534@zipworld.com.au> > Could you maybe set up three threads? One to accept the file events and > one to receive the Tk events, with both threads appending them to the end > of an array. The third thread would then read them from the array and > process them. I think so too. :-) But if you allow me to add a comment, I recommend you to use a Queue object instead of the array. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)