> Hi all,
>
> The server in question is implemented with Single Threaded Sessions
> (that's just the way it is :-)
>
> The problem with single threaded sessions (as I am sure you are aware)
> is that if a request is taking a little bit longer than usual, the
> user often tries clicking away from the screen, which of course just
> lines up another request against their session ID.  This then
> generally brings the server down if the user is very click/trigger
> happy (guess we all want to be cowboys) as the requests just pile up
> and then... crash...
>
> Anybody got any (useful) insights on how to prevent this crash from
> happening with respect to the situations above?  Any checking I can
> do.... it would be impossible to go back and retrofit apps (resource
> issues) so looking for a possible way to solve this generically.
>
> There are quite a few apps on the server and locking is not used much
> anywhere (again that's just the way it is, please don't moan to me
> about it unless it is def part of the solution)
>
> Comments would be appreciated.
>
> Thanks.
>
> --
> -dc  [ cf5, ora8.1.7, iis5 ]
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to