Returns the number of instances of the WEBDEV site currently run on the server.
Info("There are " + ConnectionCount() + "connected Web users")
Syntax
<Result> = ConnectionCount()
<Result>: Integer
Number of instances of the WEBDEV site currently run on server.
Remarks
ConnectionCount allows you to easily perform or get the following:
- license validity tests, for sites limited to a given number of connections, or charged according to the number of connections.
- statistics to determine the maximum number of people connected to a site, for example.
Each connection can be identified from the process identifier returned by
ExeGetPID.
Component: wd280dllexe.dll