HCP Tenant Management Help


Multithreading with REST

HCP lets multiple threads access a namespace simultaneously. Using multiple threads can enhance performance, especially when accessing many small objects across multiple directories. For more information about multithreading, see Multithreading.

HCP has a limit of 255 concurrent REST connections per node, with another 20 queued.

Note: The REST, S3 compatible, HSwift, and WebDAV APIs share the same connection pool.

Tip: For better performance, consider limiting the number of concurrent read threads per node to 200 and concurrent write threads per node to 50 for small objects. For large objects, consider using fewer threads.

© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.