Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Threading async programming JavaScript

Threading async programming JavaScript

Scheduled Pinned Locked Moved Web Development
performancejavascripthtmlsysadminwindows-admin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Amr M K
    wrote on last edited by
    #1

    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

    L 1 Reply Last reply
    0
    • A Amr M K

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups