views:

25

answers:

0

I'm working on one application which uses widget approach.

one HTML page is there which includes 6 widgets which will be added in the

page at runtime.

for each widget one xml and js file is there...

when page start loading ... it's tries to load all the widget at same time ..

and unable to load all the widget .

like if there are 5 widgets.. some times its shows 1,2,3 some times 1,4,5 and in same random order..

one more thing with all these in background xpath processing is done for all widgets....

mainly when page completely loaded it's process 253 xpath quaries...

but in my case it's process only between 220 and 239. and stops the processing...

one or two time it's shows complete page....

is there any way so i can show widgets one after another...

so it won't crash serving two many process at same time.......

thanks...

if someone know this.... reply