MaxSockets

 

Type

 

Long Integer

 

Description

 

Determines the number of concurrent socket connections allowed in the 32-bit control. Fixed at 1 in the 16-bit version.

 

Example

 

REM Allow up to ten simultaneous open sockets

WebsterPro1.MaxSockets = 10

 

Remarks

 

Webster 32-bit can load pages and images concurrently to efficiently utilize available network bandwidth. Use this property to reduce network utilization or conserve resources.

 

Webster 16-bit is single-threaded and uses only one socket at a time.