Oh and also, is it possible/would it be 'correct' for me to add some
stuff into the 'main_loop'? I would like to add something like:
def main_loop
Thread.new do ||
inp = connection.recv(1000000)
display.write_text inp
end
end
would that screw with what is already in the main_loop too much?
--
Posted via http://www.ruby-forum.com/.