adamwiggins / rest-client

Simple REST client for Ruby, inspired by microframework syntax for specifying actions. Official fork is now at:
http://github.com/archiloque/rest-client
480 stars 7 forks source link

Multithreading and many requests simultaneously. #14

Open santoshbt opened 10 years ago

santoshbt commented 10 years ago

Hello, I am integrating "rest_client" for one of my application, currently its in the initial stage and there may not be much requests to the server, but just wondering if there are many requests to be made simultaneously, how reliable will be "rest_client" and what measures we can take to overcome if any problem occurs?

Thanks.