S shilpa macrumors member Original poster May 29, 2008 33 0 Jun 6, 2008 #1 Hi all, In my application i am parsing 6 xml files.So is it possiable to use threads to browse each of the xml file,so that parsing is fast.
Hi all, In my application i am parsing 6 xml files.So is it possiable to use threads to browse each of the xml file,so that parsing is fast.
M MrStevieP macrumors newbie Feb 27, 2008 22 0 Jun 6, 2008 #2 shilpa said: Hi all, In my application i am parsing 6 xml files.So is it possiable to use threads to browse each of the xml file,so that parsing is fast. Click to expand... Yes, in most applications its common to pass the IO off to a thread so that performance improves.
shilpa said: Hi all, In my application i am parsing 6 xml files.So is it possiable to use threads to browse each of the xml file,so that parsing is fast. Click to expand... Yes, in most applications its common to pass the IO off to a thread so that performance improves.