<reid.badgett <at> neovera.com> writes:

> My question is -- does anyone see a problem with this?  I was just concered 
> that
> the method might not exit until the next page is rendered which I suppose 
> could
> lead to some scalability issues under heavy user load.  

No. The cycle.activate() method will exit almost immediately.
It just remembers that "this is the next page to render".
The actual rendering will occur after your listener is 
returned.






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to