Tagged Questions

0
votes
4answers
2k views

Using Thread.new to send email on rails

I've been sending emails on my application (ruby 1.8.7, rails 2.3.2) like this Thread.new{UserMailer.deliver_signup_notification(user)} Since ruby use green threads, there's any performance ...