On Dec 7, 2006, at 4:57 PM, Tanmoy Roy wrote:

I wanted to know if there is anything available in the WebObjects that
will allow the instance to recycle itself after a specific load point
is reached.

Is something available in the monitor where in I can specify that
after an instance gets a specified number of session it will recycle
gracefully and automatically even though the scheduled down-time is
not reached.

I could not find anything that helps in the net. Any pointer would be
of great help.

You'll have to implement that one yourself, there is no built-in way to do that. Shouldn't be too hard though: subclass Thread, monitor Application.activeSessionCount() and terminate when you hit your limit.


sacha

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to