473,396 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Degradation

We notice that a particular module in ASP.NET application takes x seconds
when just one user is using it, but takes 1.5 x seconds. Is 50 % degradation
normal for a .NET application ? I realise this is a very ambigous question
since the environment plays a role, however is resource contention an issue
which requires focussed attention in .NET applications ?
Nov 19 '05 #1
4 1279
Chakra wrote:
We notice that a particular module in ASP.NET application takes x seconds when just one user is using it, but takes 1.5 x seconds.
Ehh... In what situation does it take 1.5 x seconds??
Is 50 % degradation
normal for a .NET application ? I realise this is a very ambigous question since the environment plays a role, however is resource contention an issue which requires focussed attention in .NET applications ?


No. At least I haven't encountered any myself. What does the module do?
Does it use mutex??

Nov 19 '05 #2
Time degrades to 1.5 times , when others use different parts of the
application (query/ data entry). The only contentious area (mutex) could be
the use of log4net instrumentation (using ADO.NET logs).
"Aquila Deus" <aq*********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Chakra wrote:
We notice that a particular module in ASP.NET application takes x

seconds
when just one user is using it, but takes 1.5 x seconds.


Ehh... In what situation does it take 1.5 x seconds??
Is 50 % degradation
normal for a .NET application ? I realise this is a very ambigous

question
since the environment plays a role, however is resource contention an

issue
which requires focussed attention in .NET applications ?


No. At least I haven't encountered any myself. What does the module do?
Does it use mutex??

Nov 19 '05 #3
Chakra wrote:
Time degrades to 1.5 times , when others use different parts of the
application (query/ data entry). The only contentious area (mutex) could be the use of log4net instrumentation (using ADO.NET logs).
Uh, have you tried to comment out the logging part and/or other
DB-related parts (you may need to fill the query result by yourself)
and test the performance?

One other possible cause is domain neutral assemblies. Static fields in
them take a lot of time to access.


"Aquila Deus" <aq*********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Chakra wrote:
We notice that a particular module in ASP.NET application takes x

seconds
when just one user is using it, but takes 1.5 x seconds.


Ehh... In what situation does it take 1.5 x seconds??
Is 50 % degradation
normal for a .NET application ? I realise this is a very ambigous

question
since the environment plays a role, however is resource
contention an issue
which requires focussed attention in .NET applications ?


No. At least I haven't encountered any myself. What does the module do? Does it use mutex??


Nov 19 '05 #4
Chakra wrote:
Time degrades to 1.5 times , when others use different parts of the
application (query/ data entry). The only contentious area (mutex) could be the use of log4net instrumentation (using ADO.NET logs).
Uh, have you tried to comment out the logging part and/or other
DB-related parts (you may need to fill the query result by yourself)
and test the performance?

One other possible cause is domain neutral assemblies. Static fields in
them take a lot of time to access.


"Aquila Deus" <aq*********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Chakra wrote:
We notice that a particular module in ASP.NET application takes x

seconds
when just one user is using it, but takes 1.5 x seconds.


Ehh... In what situation does it take 1.5 x seconds??
Is 50 % degradation
normal for a .NET application ? I realise this is a very ambigous

question
since the environment plays a role, however is resource
contention an issue
which requires focussed attention in .NET applications ?


No. At least I haven't encountered any myself. What does the module do? Does it use mutex??


Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Yash | last post by:
We have an application that loads millions of records into a table. Around 10 fields in this record are date fields. We perform the insert using SQL*Loader in direct path mode. The loading takes a...
1
by: Gethyn | last post by:
Hello guys, Wonder if any of you could help me out here. I have just created an new empty database and imported data from another database into it. This was done with the import wizard from...
0
by: Chakra | last post by:
We notice that a particular module in ASP.NET application takes x seconds when just one user is using it, but takes 1.5 x seconds. Is 50 % degradation normal for a .NET application ? I realise this...
4
by: Jason Heyes | last post by:
What can I do to circumvent the performance degradation associated with dynamic allocation and small objects? Thanks.
6
by: florian | last post by:
Hello, we are running DB2 UDB EEE Version 7.2 Fixpack 12 on a two machine Windows 2000 Advanced Server Cluster in a dss environment. Some dynamic sql statements for etl processes and even some...
7
by: Kevin Wan | last post by:
Hello, Would anyone explain why there is a consistent large performance degradation with the dumb copy? Thanks in advance! array_copy_dumb.c: /* array_copy_dumb.c */
2
by: Cecil Windham | last post by:
I'm using the following code to rotate an image (jpeg or gif), and have discovered that there is a significant degradation in the quality of the photo. Just wondering if there is a way to...
3
by: petermichaux | last post by:
Hi, I'm trying to do the right thing. I currently have a page that doesn't have any JavaScript and the page works. The page works with CSS on or off. Now I would like to add some JavaScript to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.