Re: Limiting max number of sessions
Re: Limiting max number of sessions
- Subject: Re: Limiting max number of sessions
- From: Alan Ward <email@hidden>
- Date: Tue, 9 Mar 2004 10:57:38 -0800
On Tuesday, March 9, 2004, at 09:45 AM, Anthony Paras wrote:
If your WO app gets a spike in visitors, it will happily create
sessions
until there is no more memory and then lock up.
Has anyone come up with a technique for preventing this?
2 solutions spring to mind...
1) write a sessionless app
or
2) deploy enough instances to handle said spike
;-)
I guess you could
either terminate the oldest sessions, or else prevent new sessions, or
else
make newer sessions with smaller and smaller session timeouts as they
grow
in number.
None of these sound like a good user-experience.
Anyone?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.