Displaying 2 results from an estimated 2 matches for "tickex".
Did you mean:
ticket
2008 Jan 09
14
My Development Environment is WAY too slow (blame Vista)
I''ve broken away -- partially at least -- from the dark side. I''m a
long-time MS dev. I heard about Ruby and RR from Scott Hanselman
(http://www.hanselman.com/blog/). He''s a great blogger on things in
the MS world but he''s always provided a broader perspective. And he
found great beauty in Ruby and RR and said as much.
I had the opportunity to try out
2008 Mar 19
1
Database Triggered Events in Rails.
I''m creating a message queue system, (think JMS message queue)
Basically, I''ll be firing off an http request as soon as a row appears
in a database.
Now in past implementations I''ve done the following.
1. Polled the database every 0.10 seconds.
2. If something was there to work, I''d tag it as complete.
3. Create a separate thread. (no further database hits