drewblas / aws-ses

Provides an easy ruby DSL & interface to AWS SES
MIT License
549 stars 109 forks source link

optimizing http request? #58

Open trungpham opened 9 years ago

trungpham commented 9 years ago

Can we use a faster http library other than the native net::http library?

Also, is it possible to submit the http request asynchronously? Otherwise it will block the request.

trungpham commented 9 years ago

Also, what is the advantage of using the aws-ses gem vs. the aws ruby sdk? http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/SimpleEmailService.html