If the XML files are so large then why not just send them on seperate connections? The preformance loss should be negligible if the files are huge.
Otherwise you will need to implement a seperate protocol which supports marking the seperate XML file. Your server would then need to parse this protocol, streaming each XML files data to your sax reader.
Main Topics
Browse All Topics





by: objectsPosted on 2003-05-19 at 21:12:20ID: 8548331
You cannot send an EOF. An EOF only occurs when the stream is closed.