On Nov 19, 11:00 am, jhaagmans <jaap.haagm...@gmail.com> wrote:
> I'm a little further on this. I've started logging the process instead
> of writing to ActiveRecord. This is my code:

> As you can see, it does do -some- threading, but it finishes requests
> only once every 10 seconds or so. What am I doing wrong? pharrington's
> example works for me, but this one doesn't.

Some things can block the entire ruby VM - you may be falling foul of
one of them. In particular, domain name resolution can do that (there
is a pure ruby dns resolver which doesn't have that caveat)

Fred

--

You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=.


Reply via email to