Forum Moderators: open

Message Too Old, No Replies

Speed up XML parser?

         

irock

1:46 am on May 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi, sorry for the long title. I was wondering. I have a page that needs to parse about 12 XML datafeed in real-time. Is this just too much for a simple PHP parser to handle? When I tried to load this page, the page is so slow. Is there anyway to speed this up?

Thanks much.

macrost

11:43 pm on Jun 13, 2005 (gmt 0)

10+ Year Member



irock,
The only thing that I can think of is if you are parsing the xml for data within the program, and not to display to the user is to use multi-threading. I'm not sure if PHP has that ability, but .net does.
What are the sizes of the xml feeds that come back?