Start a Conversation

Unsolved

This post is more than 5 years old

2287

September 1st, 2016 09:00

EMC Atmos - Concurrent Connections Limit

We have a second generation Atmos (Model WS 2-240) device providing Read and Write access to other software applications through the ATMOS Rest API (atmos-client 2.2.2). Is there a limit in the number of concurrent connections that can be made to ATMOS for READ or WRITE? If so, could you please let us know the limit?

Thanks

Vandan

281 Posts

September 6th, 2016 14:00

In the latest version of Atmos, each node will service up to 192 requests simultaneously.  Additional requests will be queued until a thread becomes available.  Peak performance though, will probably be between 16-64 simultaneous requests depending on object size.

On the client side, I believe that atmos-client will create a maximum of 200 client connections to Atmos.

https://github.com/EMCECS/smart-client-java/blob/master/src/main/java/com/emc/rest/smart/SmartClientFactory.java#L143

No Events found!

Top