Re: Question about serializers

2005-12-19 Thread Fawzib Rojas
Can anyone help me to make this work? Fawzib Rojas wrote: Mark Lundquist wrote: On Dec 15, 2005, at 7:45 AM, Fawzib Rojas wrote: Is there a way to create a thread in flowscript and have the cocoon.processPipeline run in it? Yes, definitely... Well I tried it but it isnt working, If I

Re: Question about serializers

2005-12-16 Thread Fawzib Rojas
Mark Lundquist wrote: On Dec 15, 2005, at 7:45 AM, Fawzib Rojas wrote: Is there a way to create a thread in flowscript and have the cocoon.processPipeline run in it? Yes, definitely... Well I tried it but it isnt working, If I set use_thread=false it works, if I set use_thread=true. I

Re: Question about serializers

2005-12-15 Thread Fawzib Rojas
Jason Johnston wrote: Seems to me you could accomplish this fairly easily with Flowscript. Something like: snip I have never used flowscript but I have to say is very cool, but unfortunately is not doing what I expect. The script looks like this: function main() { var count = 0;

Re: Question about serializers

2005-12-15 Thread Mark Lundquist
On Dec 15, 2005, at 7:45 AM, Fawzib Rojas wrote: Is there a way to create a thread in flowscript and have the cocoon.processPipeline run in it? Yes, definitely... var t = new java.lang.Thread ( new java.lang.Runnable ( { run:

Question about serializers

2005-12-13 Thread Fawzib Rojas
I asked a few days ago about creating a PDF on a background thread (Subject:Create PDF on background) but didn't got an answer I could use. Our users requests the PDF and it cannot be batched. Sometimes it takes a few minutes to be created. What I want to do is something like this: map:match

RE: Question about serializers

2005-12-13 Thread Ard Schrijvers
are they -Original Message- From: Fawzib Rojas [mailto:[EMAIL PROTECTED] Posted At: dinsdag 13 december 2005 22:01 Posted To: Cocoon User List Conversation: Question about serializers Subject: Question about serializers Importance: High I asked a few days ago about creating a PDF on a background

Re: Question about serializers

2005-12-13 Thread Jason Johnston
Fawzib Rojas wrote: I asked a few days ago about creating a PDF on a background thread (Subject:Create PDF on background) but didn't got an answer I could use. Our users requests the PDF and it cannot be batched. Sometimes it takes a few minutes to be created. What I want to do is something