Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vikas Manhar on Jan 11, 2008 09:45
open dhtmlx forum
DHXTree Data Processor

I am using data processor in a method call in the statement
mydataprocessor = new dataProcessor("server path")

is executing on each method call and increasing the no of requests.(like on first call one request, on second call two requests ans so on ). how to avoid that?
Answer posted by Support on Jan 11, 2008 10:18
The dataprocessor must be attached to component only once, after that you need not execute any operation against it, all processing will be done automatically.
( If you attach few dataprocessor - they will send multiple requests for the same data, it is possible, but has not practically sense )