Re: Something really stupid

2002-11-26 Thread Leszek Gawron
On Tue, Nov 26, 2002 at 07:15:30PM -0800, Steven Punte wrote: > > A "cleaner" bridge, if possible, would be to have your existing application > output it's contents over HTTP as either just text or preferrable XML. If > XML, then just a pipelien with the XML Generator and you got it all: no > tem

Re: Something really stupid

2002-11-26 Thread Steven Punte
A "cleaner" bridge, if possible, would be to have your existing application output it's contents over HTTP as either just text or preferrable XML.  If XML, then just a pipelien with the XML Generator and you got it all: no temporary files, etc..   If the output is a more primitive text format, then

RE: Something really stupid

2002-11-26 Thread ouzo
> From: Ilya A. Kriveshko [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 6:09 PM > To: [EMAIL PROTECTED] > Subject: Re: Something really stupid > > Actions are performed WHEN the pipeline is assembled. The generation and > serialization happens AFTER the pipe

Re: Something really stupid

2002-11-26 Thread Ilya A. Kriveshko
Actions are performed WHEN the pipeline is assembled. The generation and serialization happens AFTER the pipeline is assembled. So, by the time your generator starts reading the file, both actions have already fired and the file came and went. Why not have your win32 process output a file to st