Re: Performance Issues in WO5.2
Re: Performance Issues in WO5.2
- Subject: Re: Performance Issues in WO5.2
- From: Max Muller <email@hidden>
- Date: Sun, 9 Nov 2003 00:44:55 -0800
Hi Aravind,
WebObjects in general is a very fast app server. 99% of the
performance bottlenecks you will run into will be related to database
access. EOF makes database access so seamless that often you will
forget that enumerating through an array of enterprise objects and
calling the method name() on each one could actually be causing a trip
to the database. WOEventDisplay is generally a good place to look to
see where any particular bottlenecks are occurring, also just enabling
-EOAdaptorDebugEnabled YES will print all of the SQL which can be a
good starting point in tracking down problems.
Regards,
Max
On Nov 6, 2003, at 6:34 AM, K.Aravind wrote:
Hi All,
I'm working on developing a WO5.2 Application.I'm not
that experienced with WebObjects as such and though
the coding does not seem to an issue I'm worried about
performance issues such as memory/cpu management etc..
Could anyone give me some pointers to the following
1. Some known/Documented issues regarding performance
in WO 5.2 Applications
2. Potential pitfalls that I should avoid during
coding
3. Any tools available for Performance/Code Tuning of
WebObjects Applications
4. Do s and Dont s for WO5.2 Applications
TIA
Regards
Aravind
=====
Aravind
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
_______________________________________________
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.