Mahmoud Said a écrit, le 12/04/2008 10:44 AM : > [...] > that's was a bit expected due to the fact that thin uses EventMachine > instead of spawning threads for handling requests like mongrel... the > more concurrency level u have.. the more context switching between > threads...
Ruby threads are green threads : there's no context switching. And IIRC they are built around select internally so they basically use the same underlying system code EventMachine uses. Lionel --~--~---------~--~----~------------~-------~--~----~ 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-talk@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---