Hi,
I have a question, I am lauching a pipeline that serializes several files. I would like to display progress and time information about this process on the current page. Something like: file 1 serialized at 00:18:00 file 2 serialized at 00:19:00 ... Does anybody knows how I can solve this problem. Thanks again! Jordi -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Jordi,
Are you running the pipeline from the command-line? If not, where do you want the progress information displayed? -Erik [hidden email] wrote: > Hi, > > I have a question, I am lauching a pipeline that serializes several files. I would like to display progress and time information about this process on the current page. Something like: > file 1 serialized at 00:18:00 > file 2 serialized at 00:19:00 > ... > > Does anybody knows how I can solve this problem. > > Thanks again! > Jordi Orbeon - XForms Everywhere: http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Dear Erik,
I am launching a pipeline from a web application. The pipeline calls several "subpipelines" to perform several tasks and what I would like to do is display progress information of this subpipelines. I am able to display a confirmation message only at the end of the main pipeline. Thanks, Jordi -----Mensaje original----- De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez Enviado el: martes, 01 de agosto de 2006 2:33 Para: [hidden email] Asunto: Re: [ops-users] Message when processing pipelines Jordi, Are you running the pipeline from the command-line? If not, where do you want the progress information displayed? -Erik [hidden email] wrote: > Hi, > > I have a question, I am lauching a pipeline that serializes several files. I would like to display progress and time information about this process on the current page. Something like: > file 1 serialized at 00:18:00 > file 2 serialized at 00:19:00 > ... > > Does anybody knows how I can solve this problem. > > Thanks again! > Jordi -- Orbeon - XForms Everywhere: http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Jordi,
You do not answer the second part of the question: "where do you want the progress information displayed?" -Erik Jordi Amatller wrote: > Dear Erik, > > I am launching a pipeline from a web application. The pipeline calls several > "subpipelines" to perform several tasks and what I would like to do is > display progress information of this subpipelines. > I am able to display a confirmation message only at the end of the main > pipeline. > > Thanks, > Jordi > > -----Mensaje original----- > De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez > Enviado el: martes, 01 de agosto de 2006 2:33 > Para: [hidden email] > Asunto: Re: [ops-users] Message when processing pipelines > > Jordi, > > Are you running the pipeline from the command-line? If not, where do you > want the progress information displayed? > > -Erik > > [hidden email] wrote: >> Hi, >> >> I have a question, I am lauching a pipeline that serializes several files. > I would like to display progress and time information about this process on > the current page. Something like: >> file 1 serialized at 00:18:00 >> file 2 serialized at 00:19:00 >> ... >> >> Does anybody knows how I can solve this problem. >> >> Thanks again! >> Jordi > > > ------------------------------------------------------------------------ > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws -- Orbeon - XForms Everywhere: http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Sorry Erik,
I would like to display the messages in the current page view. Jordi -----Mensaje original----- De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez Enviado el: miƩrcoles, 02 de agosto de 2006 1:16 Para: [hidden email] Asunto: Re: [ops-users] Message when processing pipelines Jordi, You do not answer the second part of the question: "where do you want the progress information displayed?" -Erik Jordi Amatller wrote: > Dear Erik, > > I am launching a pipeline from a web application. The pipeline calls several > "subpipelines" to perform several tasks and what I would like to do is > display progress information of this subpipelines. > I am able to display a confirmation message only at the end of the main > pipeline. > > Thanks, > Jordi > > -----Mensaje original----- > De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez > Enviado el: martes, 01 de agosto de 2006 2:33 > Para: [hidden email] > Asunto: Re: [ops-users] Message when processing pipelines > > Jordi, > > Are you running the pipeline from the command-line? If not, where do you > want the progress information displayed? > > -Erik > > [hidden email] wrote: >> Hi, >> >> I have a question, I am lauching a pipeline that serializes several > I would like to display progress and time information about this process > the current page. Something like: >> file 1 serialized at 00:18:00 >> file 2 serialized at 00:19:00 >> ... >> >> Does anybody knows how I can solve this problem. >> >> Thanks again! >> Jordi > > > ------------------------------------------------------------------------ > > > -- > You receive this message as a subscriber of the [hidden email] > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws -- Orbeon - XForms Everywhere: http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
In theory, with HTTP and HTML, you have ways of doing that, and we even
implement a processing instruction in our serializer that forces a flush of the output to the client: <?oxf-serializer flush?> I don't have the perfect solution for you, but here is the line of thoughts: If you were to output HTML directly with SAX or a streaming mechanism, you could from time to time output that processing instruction. Now the trick would be how to do this from your particular XPL! You also better make sure you don't have any XSLT transformation between the output of your XPL and the serializer, or the PI may just be eaten or delayed. -Erik Jordi Amatller wrote: > Sorry Erik, > > I would like to display the messages in the current page view. > > Jordi > > -----Mensaje original----- > De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez > Enviado el: miƩrcoles, 02 de agosto de 2006 1:16 > Para: [hidden email] > Asunto: Re: [ops-users] Message when processing pipelines > > Jordi, > > You do not answer the second part of the question: "where do you want > the progress information displayed?" > > -Erik > > Jordi Amatller wrote: >> Dear Erik, >> >> I am launching a pipeline from a web application. The pipeline calls > several >> "subpipelines" to perform several tasks and what I would like to do is >> display progress information of this subpipelines. >> I am able to display a confirmation message only at the end of the main >> pipeline. >> >> Thanks, >> Jordi >> >> -----Mensaje original----- >> De: Erik Bruchez [mailto:[hidden email]] En nombre de Erik Bruchez >> Enviado el: martes, 01 de agosto de 2006 2:33 >> Para: [hidden email] >> Asunto: Re: [ops-users] Message when processing pipelines >> >> Jordi, >> >> Are you running the pipeline from the command-line? If not, where do you >> want the progress information displayed? >> >> -Erik >> >> [hidden email] wrote: >>> Hi, >>> >>> I have a question, I am lauching a pipeline that serializes several > files. >> I would like to display progress and time information about this process > on >> the current page. Something like: >>> file 1 serialized at 00:18:00 >>> file 2 serialized at 00:19:00 >>> ... >>> >>> Does anybody knows how I can solve this problem. >>> >>> Thanks again! >>> Jordi >> >> ------------------------------------------------------------------------ >> >> >> -- >> You receive this message as a subscriber of the [hidden email] > mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > > ------------------------------------------------------------------------ > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws -- Orbeon - XForms Everywhere: http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |