FAQS - HPS - using multiple threads to access HPS

HPS is completely thread- safe. Everything is synchronized internally. That is a fundamental behavior of HPS.

All Keys, including SegmentKeys are 100% thread-safe. All Database operations, including Updates, are 100% thread-safe. You even have the choice of performing Update Synchronously (with Notifier() and Wait()) or Asynchronously.

HPS API can be accessible from multiple threads. If you plan on using multiple threads, check out our forum post for more information.