Threading async programming JavaScript
-
Dear All, I have performance issue in javascript Html with about 30-50 form controls ,textbox ,radios... I done javascript function to parse forms control ,get name and get the value and added these values to xmlDocument xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); xmlDoc.async=true; and append the the nodes every thing works fine i saved xmlDocument in xml file almost size 12-15 kb I want to speed up the process using threads to add nodes in xmlDocument I done search i want perfect library to use in my project?? Also its work fast im my pc, But I put page in windows server 2003 and access it from my pc its tooooooooook allllott of time to done parsing html control,Imessure speed but alert before paring and alert after paring Regards
Yes. CreatiVity withOuT limiTs
-
Dear All, I have performance issue in javascript Html with about 30-50 form controls ,textbox ,radios... I done javascript function to parse forms control ,get name and get the value and added these values to xmlDocument xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); xmlDoc.async=true; and append the the nodes every thing works fine i saved xmlDocument in xml file almost size 12-15 kb I want to speed up the process using threads to add nodes in xmlDocument I done search i want perfect library to use in my project?? Also its work fast im my pc, But I put page in windows server 2003 and access it from my pc its tooooooooook allllott of time to done parsing html control,Imessure speed but alert before paring and alert after paring Regards
Yes. CreatiVity withOuT limiTs
JavaScript do not support Multithreading. But it can be achieved. Just read the below article http://www.sitepoint.com/article/multi-threading-javascript/[^]
Regards Aman Bhullar www.arlivesupport.com[^]