[Seaside] non-blocking call:

Norbert Hartl norbert at hartl.name
Sun Jul 8 18:55:13 UTC 2007


On Sun, 2007-07-08 at 20:39 +0200, Philippe Marschall wrote:
> 2007/7/8, Norbert Hartl <norbert at hartl.name>:
> > Hi,
> >
> > call: should be blocking, right?
> 
> Yes.
> 
> > Does it block under
> > any circumstances?
> 
> No.
> 
> > I have a component where the call:
> > is non-blocking. It just executes the statement after
> > the call: immediately.
> 
> One place where it doesn't block (and doesn't work) is in #initialRequest:
> 
Ok, that's the point. It is code invoked from initialRequest:

Good to know. So this is only working inside the render loop, right?
So I have to find a way to setup the components in initialRequest:
and let them be display inside the render loop.

thanks,

Norbert



More information about the Seaside mailing list