PHP Classes

Huge/Big Files

Recommend this page to a friend!

      xmllib  >  All threads  >  Huge/Big Files  >  (Un) Subscribe thread alerts  
Subject:Huge/Big Files
Summary:Handling huge xml files/
Messages:1
Author:Erik Heusch
Date:2006-05-18 06:10:03
 

  1. Huge/Big Files   Reply   Report abuse  
Picture of Erik Heusch Erik Heusch - 2006-05-18 06:10:03
Hi!

while testing different ways and classes for parsing xml-files I found this class very useful. During my tests everthing works fine. Now I have to parse xmlfiles that are over 11MB (xml product data for importing into a shop). Result: memory exhausted ... (PHP/Apache2 Memory Limit=12MB);

Is there a work arround for dealing big files? Maybe parsing the xml document in more than one steps? Splitting after a specified number of entries?

Thank for any suggestions
greetings fom germany
Erik