ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Miscellaneous WEBDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ConnectionCount (Function)
In french: ConnexionOccurrence
Returns the number of instances of the WEBDEV site currently run on the server.
Example
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: wd290dllexe.dll
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help