search for: himars

Displaying 2 results from an estimated 2 matches for "himars".

Did you mean: imars
2009 Mar 15
2
How can I add TimeoutHandler to EvenmentMachine
...50 seconds if the destination is unreachable. My questions are 1. How can I short the timeout? I had tried conn.set_comm_inactivity_timeout(5), but it didn''t work 2. How can I add TimeoutHandler to the connection? Thanks! /Jack -- Jack Tang Software Engineer at Vobile Email: himars at gmail.com http://www.linkedin.com/in/jacktang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/eventmachine-talk/attachments/20090315/eabc1a0b/attachment.html>
2007 Feb 08
2
One question on select tag
Hi I am now trying to learn some rails tag and encounter one question on "select" tag. == Controller def post_book @book = Book.new(:type => "CS") end == Viewer <%=select "book", "type", [ [" tale", "T"], ["computer science" ,"CS"]...