Module cloudi_concurrency

CloudI Concurrency

.

Copyright © 2014 Michael Truog

Version: 1.3.3 Mar 28 2017 19:21:39 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

CloudI Concurrency

Function Index

count/1

A count to be used for the number of service processes used.

An integer is an absolute count while a floating point number is a multiplier on the number of CPU cores available.

Function Details

count/1

count(I::pos_integer() | float()) -> pos_integer()

A count to be used for the number of service processes used.

An integer is an absolute count while a floating point number is a multiplier on the number of CPU cores available. A floating point number is rounded (or floor-ed) to be close to the CPU core count, to avoid extremes.


Generated by EDoc, Mar 28 2017, 19:21:39.