#4 — Controllable timeouts
State | Postponed |
---|---|
Release: |
—
|
Area | Server side kss.core |
Issue type | Feature |
Severity | Medium |
Submitted by | Danny Bloemendaal |
Submitted on | 2007-06-26 |
Responsible | Balazs Ree |
Target release: |
—
|
Last modified on
2007-06-27
by
Balazs Ree
When doing server requests I need to control the timeout. I want to be able to set a global timeout and per server action. Sometimes you just know that requests may take longer than 4seconds. For these requests you can increase the timeout. And sometimes you entire connection is slow so then you can increase the global timeout.
Added by
Balazs Ree
on
2007-06-27 15:28
Issue state:
unconfirmed → open
Responsible manager:
(UNASSIGNED) → ree
This could be implemented with kss action parameters. something like:
... {
action.server: theMethod;
theMethod-kssTimeout: 8000;
}
I will suggest this to go together with the batch of the other kss enhancements we plan next.
Another way of handling this would be to calculate the timeout dynamically based on previous response times measured.
... {
action.server: theMethod;
theMethod-kssTimeout: 8000;
}
I will suggest this to go together with the batch of the other kss enhancements we plan next.
Another way of handling this would be to calculate the timeout dynamically based on previous response times measured.
Added by
Balazs Ree
on
2007-06-27 15:33
Issue state:
open → postponed