Skip to content
Biocodr edited this page Nov 19, 2014 · 4 revisions

In order to improve the stability and performance of the Hive2Hive library, some optimizations have been built-in.


Concurrency

Some operations in the User Management and File Management might take quite some time du to:

  • Key Pair Generation
  • Network Latency

For this reason, all operations are executed in an asynchronous manner such that they can be run in parallel. Furthermore, each operation is compound using process components of the Hive2Hive Process Framework. This allows to fine-tune the concurrency of process-internal steps even more.

Caching