Check documentation for the latest version of dhtmlxSuite enableDistributedParsing DHTMLX Docs

enableDistributedParsing

enables distributed parsing of a big tree (items loaded portion by portion with some timeouts)

void enableDistributedParsing(boolean mode,number count,number delay);
modebooleantrue/false
countnumbercritical count to start distributing, optional
delaynumberdelay between distributed calls, ms, optional

Available only in PRO Edition

Back to top