-
Hey, I want to use Thank you and best regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
All of the Client classes use our connection pool logic here: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/lib/seahorse/client/net_http/connection_pool.rb Is there something specific about this connection pool that does not suit your use case? |
Beta Was this translation helpful? Give feedback.
-
Hey @mullermp, Thank you and best regards |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
The client is thread safe. It's best practice to create one client and reuse it.