Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Performance / February 2006

Tip: Looking for answers? Try searching our database.

Unusual Performance

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Elango - 16 Feb 2006 14:00 GMT
I've assigned a project where the performance is very unsual and really slow
at times. At my first glance at the deployment I found that the project was
deployed in "Debug" mode with the compilation node's debug attribute and
trace attributes set to "true". I compiled in "Release" mode and set the
debug and trace attributes to false and saw a quick improvement in
performance. But not pretty much though.

Here is the architecture of the application.

1. The application is deployed into a webfarm environment. From dev system,
it will be moved to staging - QA/UAT and then to Production. We've no control
of the IIS and the webfarm since its maintained by some other group.
2. The application is heavily dependant on interoperable SOAP calls. The
SOAP Servers are all in Java and many soap calls were made for each request
from the asp.net front-end. I know this is the potential issue for
performance. But I tried implementing logs and found that all soap calls were
just around 1 second to return data.
3. And the developer has used complex, composite and a large number of
User-Controls which all do Data-Binding for the data that is dynamic.
4. All the data retrieval from Soap calls are online (OLTP) data and it has
to be live.
5. The application also makes calls to Sybase occasionaly to various
providers but those calls were negliable compared to the SOAP calls.

The application would be really fast at time and unbelievably slow at other
time. Why does this happen? Is it solely because of SOAP calls? Or the data
binding of large set of controls for dynamic data? Or the use of
User-Controls for data binding repeaters?

Any insight into this appreciated.

Thanks,
Elango.
Alvin Bruney - ASP.NET MVP - 16 Feb 2006 21:45 GMT
turn on tracing. take a few snapshots. then you can run ACT or any web
stress tool to see how performance degrades with load. Another factor you
can focus or eliminate is network/routers/firewalls etc

Signature

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

> I've assigned a project where the performance is very unsual and really slow
> at times. At my first glance at the deployment I found that the project was
[quoted text clipped - 29 lines]
> Thanks,
> Elango.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.