Click or drag to resize
AsteriskFastAGIPoolSize Property
Sets the number of worker threads in the thread pool.
This equals the maximum number of concurrent requests this AGIServer can serve.
The default pool size is 10.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int PoolSize { set; }

Property Value

Type: Int32
See Also