Tagged Questions
8
votes
16answers
2k views
Top 10 SQL Server performance bottlenecks
What is the most common performance bottleneck that is not caused by the database structure?
4
votes
3answers
800 views
Server virtualization: how to avoid, locate and fix bottlenecks?
Server virtualization is a big thing these days, so I'm tasked at work to install some of our software on a virtualized server and see what happens. Long story short: a rsync transfer promptly brings ...
3
votes
5answers
149 views
Is Logging using FileHandler a bottleneck?
I am considering logging business events in a J2EE web application by using Java logging and FileHandler.
I am wondering whether that could cause a performance bottleneck, since many log records will ...
3
votes
6answers
2k views
Terrible DotNetNuke performance
I'm involved with a project using DotNetNuke version 05.01.04 Community Edition. We are building our new Intranet using it, but performance is terrible.
We have five people adding pages and content ...
2
votes
4answers
83 views
What is the bottleneck in this primes related predicate?
So here it is : I'm trying to calculate the sum of all primes below two millions (for this problem), but my program is very slow. I do know that the algorithm in itself is terribly bad and a ...
2
votes
2answers
430 views
Java heap bottleneck - how to identify the cause?
I have a J2EE project running on JBoss, with a maximum heap size of 2048m, which is giving strange results under load testing. I've benchmarked the heap and cpu usage and received the following ...
2
votes
3answers
727 views
DataView.Sort is a performance bottleneck
I have a performance bottleneck on a DataView.Sort. The code is below.
/// <summary>
/// Filters the data table and returns a new data table with only the filtered rows.
/// ...
1
vote
1answer
74 views
Best way to stress test and finding bottlenecks in drupal site?
I have a Drupal site with a lot of calculations and database requests on each page load (running on an Amazon EC2 server). I am curious how my site would hold up if it became popular or in some other ...
1
vote
1answer
252 views
Are there any performance bottle necks in template inheritance?
Are there any performance bottle necks in template inheritance
0
votes
0answers
42 views
Structuring service calls to avoid bottlenecks
I am working on a project and we are debating the way to get the best performance.
We are working with an multitier architecture. Basically we have a server that can access services that are given to ...
0
votes
2answers
150 views
Asp.net application bottleneck identification: any suggestion?
we are struggling to find out what could be the asp.net application performance decrease when we pass from our staging server to our production server and we would like to hear from you to help us ...
0
votes
3answers
200 views
Monitoring application to monitor a Java desktop application performance
I have a Java desktop application I wrote, and I would like a recommendation about a monitoring application that can spot bottlenecks in the code and real time memory consumptions.
As I was ...