S shilpa macrumors member Original poster 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 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.