Hi All,
My php5 web application needs to parse/marshall a bunch of xml files into php5 objects at the beginning of handling each request.
Since all the xml files are static across all requests and it is really time consuming for these operations, I am wondering if there is any available means to cache or optimize these objects/operations.
My impression is that it is common for large and complex web applications. Any input or help is highly appreciated.
Thanks.
-- javaperl