[phpXML] Large amounts of data
Brought to you by:
bs_php,
nigelswinson
From: <spr...@ho...> - 2001-10-08 15:00:46
|
I'm using phpXML to export/import object heirarchies in an application server. I haven't run into the memory limit yet, but when the application server starts getting some real use people may want to back up an entire site. I'm thinking of creating an extension of phpXML that stores node content in a temporary file instead of keeping it in memory. The method set_external_content() will write to a file pointer and then set some node attributes like ext_ctnt_position and ext_ctnt_length. The method get_external_content() will use those attributes to seek to that position in the file and grab the specified content. Any thoughts on this? Pitfalls? Interest? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ |