[PHP] Re: cache xml objects in php5

2005-09-27 Thread Kevin Wang
Hi Rasmus, Thanks a bunch for your kind help! Yes, you got exactly what I meant. I have my own classes to hold all the xml related data, so it might be a bit too difficult for me to convert my existing applications to use nested array instead. I tried to use apc to store nested array though, an

[PHP] cache xml objects in php5

2005-09-26 Thread Kevin Wang
Hi All, My php5 web application needs to parse/marshall a bunch of large xml files into php5 objects at the beginning of handling each request. These xml files are static across all the requests and it is really time consuming to parse/marshall them into php5 objects. I am wondering if there is