On 4/15/07, kranga <[EMAIL PROTECTED]> wrote:

Why do you need numbers to understand that an extra redirect adds to
rendering delay?

I can understand that but i would like to have an evidence that that
is causing performance problems.

On storing values in session, why should I be forced to use a "flash"
technology to handle session. A framework that attempts to be non-intrusive
shouldn't force a session storage strategy because of the way it handles
links! Doing a redirect on every link request is a very intrusive idea. I
hope the Tap developers will re-evaluate this decision in light of the
intrusiveness. As an example, lets say someone wanted to build ajax
functionality on top of this link request. Every ajax request would be
returned as a redirect response. Doesn't sound good.

That's not true, you can already return from an event listener method
and have the framework respond directly with data without a redirect
first.

--
Massimo
http://meridio.blogspot.com

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

Reply via email to