I will also be interested in what the gurus have to say: my take is that the term "the whole process is streaming" is quite a loose one - if you're trying to process a vast chunk of data, won't it still take a long time, even if the data is not cached?
>>> [EMAIL PROTECTED] 2005/09/19 07:46:49 AM >>> Hi, Jonas Lundberg kirjoitti 16.9.2005 kello 17:59: Maybe I did not understand your problem... but if you want to do something after <map:serialize>, then you can do that in a different pipeline. Like this: Use a wrapper, to call the pipeline with your primary generator. Well, if this works, then it doesn't do what I want =) If that works, then data is buffered in generator/serializer phase and then streamed out. If I have data, say.. 1000GB, then it takes a very long time before any data is coming to browser (and server is running out of memory). But, if the whole process is streaming type (only small amount of the data is cached at any given time), then it does not matter is the data 1KB or 1TB of size, right?=) I want to really really stream XML from server to browser. - Joose --"Always remember that you are unique, just like everyone else!"* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 * -- This message is subject to the CSIR's copyright, terms and conditions and e-mail legal notice. Views expressed herein do not necessarily represent the views of the CSIR. CSIR E-mail Legal Notice http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html CSIR Copyright, Terms and Conditions http://mail.csir.co.za/CSIR_Copyright.html For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR Legal Notice send a blank message with REQUEST LEGAL in the subject line to [EMAIL PROTECTED] This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks Transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
