Re: Flowscript and releaseComponent()

2003-10-23 Thread Joerg Heinicke
On 23.10.2003 12:08, Reinhard Poetz wrote: Jörg, The handling of pooled components was discussed several times. AS we wanted to ship 2.1 ASAP we decided that it is the responsibility of the writer to handle components. But if somebody comes up with a working solution that we don't need to worry a

RE: Flowscript and releaseComponent()

2003-10-23 Thread Reinhard Poetz
From: Joerg Heinicke > On 22.10.2003 16:39, Reinhard Poetz wrote: > > > Additionally there has also been a prototyp by Christopher > that does > > all the magic without user defined interceptions but has > never reached > > CVS (checkout the archives to find out more). > > Wasn't there an

Re: Flowscript and releaseComponent()

2003-10-23 Thread Joerg Heinicke
On 22.10.2003 16:39, Reinhard Poetz wrote: Additionally there has also been a prototyp by Christopher that does all the magic without user defined interceptions but has never reached CVS (checkout the archives to find out more). Wasn't there an agreement about avoiding automagic also for releasing

Re: Flowscript and releaseComponent()

2003-10-22 Thread Stephan Coboos
- Original Message - From: "Reinhard Poetz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 22, 2003 4:39 PM Subject: RE: Flowscript and releaseComponent() > > > From: Stephan Coboos [mailto:[EMAIL PROTECTED] > > >

RE: Flowscript and releaseComponent()

2003-10-22 Thread Reinhard Poetz
From: Stephan Coboos [mailto:[EMAIL PROTECTED] > From: "Antonio Gallardo" > > > Hi: > > > > You need to call releaseComponent() before sendPage() or > > sendPageAndWait() > > > > Antonio Gallardo > > Thank you Antonio and Reinhard but I think, this is very very > uncomfortable, isn't it? At

Re: Flowscript and releaseComponent()

2003-10-22 Thread Stephan Coboos
- Original Message - From: "Antonio Gallardo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 22, 2003 3:58 PM Subject: Re: Flowscript and releaseComponent() > Hi: > > You need to call releaseComponent() before sendPage() or sendPag

RE: Flowscript and releaseComponent()

2003-10-22 Thread Reinhard Poetz
From: Stephan Coboos > Hello, > > what happens if I do not call releaseComponent() before call > of sendPage()? Is it allways necessary to call this method > within a flowscript or would the component automatically > released when the continuation will be destroyed? Otherwise > before each

Re: Flowscript and releaseComponent()

2003-10-22 Thread Antonio Gallardo
Stephan Coboos dijo: > Hello, > > what happens if I do not call releaseComponent() before call of > sendPage()? Is it allways necessary to call this method within a > flowscript or would the component automatically released when the > continuation will be destroyed? Otherwise before each call of >

Flowscript and releaseComponent()

2003-10-22 Thread Stephan Coboos
Hello, what happens if I do not call releaseComponent() before call of sendPage()? Is it allways necessary to call this method within a flowscript or would the component automatically released when the continuation will be destroyed? Otherwise before each call of sendPageAndWait I have to call rel