Sets the upper limit of possible concurrent threads. Setting this limit to 1 lets the functions execute synchronously.
WebAPI.bdh
WebSetMaxThreads(in nMaxThreads: number): boolean;
true if successful
false otherwise
Parameter | Description |
---|---|
nMaxThreads | Maximum number of possible concurrent threads; this number is limited to 32. |
dcltrans transaction TWebInit begin WebSetMaxThreads(4); WebDumpSettings(); end TWebInit;
WebMulti01.bdf