Hi Eric,

You can try JavaPlaybackMonitor in /System/Library/WebObjects/ JavaApplications/JavaPlaybackManager.woa/.

This application is designed to load test your WOApplication with one or many instances. You must disable WOConcurrentRequestHandling before running your test and if you use MySQL 4.x-5.x, don't forget to disable the query cache.

Good Luck!

Jacky


On 06-01-27, at 17:05, Eric Stewart wrote:

How do you know when you are running to many instances of a WO App on
a given server?

I understand that you obviously can't run more instances than you have
memory to work with. So if you have 4 GB of memory and your running WO
Apps consuming 256 MB per app, obviously you can't run more than
roughly 16 apps.

I realize that the number of processors is also going to play a role
in this. Just because you have enough memory to run 16 apps doesn't
mean that's your ceiling. If you have only two processors, then you
can at most simulateously handle 2 operations. In this case do you
just monitor your CPU usage and once you start approaching 50-75% CPU
utilization on a constant basis then you know  you are running the max
number of instances you should be running.

What do you guys who deploy large applications with millions of
requests per day look for when determining exactly how many instances
to run on a given server.

Thank you for your time,

Eric Stewart
[EMAIL PROTECTED]
 _______________________________________________
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/jgagnon% 40druide.com

This email sent to [EMAIL PROTECTED]


_______________________________________________
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