Tagged Questions

0
votes
4answers
40 views

Performance impact of Processes vs Threads

Clearly if performance is critical it makes sense to prototype and profile. But all the same, wisdom and advice can be sought on StackOverflow :) For the handling of highly paral …
0
votes
1answer
11 views

Antivirus on application servers which deal with lots of network traffic. Yes or No?

Interested in people's opinion. You have an application server running 3/4 services that do lots of TCP based communication to/from the server. There is also a fairly heafty amou …
0
votes
1answer
25 views

Why is using a static int in my accelerometer callback so much slower than using an instance variable?

I'm playing with the GLGravity example to figure out some of the performance nuances related to dealing with the accelerometer. Here's the problem code: - (void)accelerometer:(UI …
0
votes
4answers
35 views

Performance tuning with SQL Server

Hi, I was trying to contact the author of a book I am reading on SQL Server query performance, but it seems the e-mail address provided in the book does not exis any more. So I dec …
0
votes
2answers
34 views

can i speed up the scanning port process?

import java.net.*; import java.io.IOException; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class PortScanner { public static void main(String[] …
4
votes
11answers
145 views

Are these tables too big for SQL Server or Oracle

Hey all, I'm not much of a database guru so I would like some advice. Background We have 4 tables that are currently stored in Sybase IQ. We don't currently have any choice o …
0
votes
1answer
38 views

What is a “Sync Block” and tips for reducing the count

We have a Windows Forms application that uses a (third party) ActiveX control, and are noticing in the .NET performance objects under ".NET CLR Memory" that the number of "Sink Blo …
0
votes
3answers
49 views

How to handle mass database manipulation every second - threading?

Hi guys, I have a very hard problem: I have round about 20-50 objects, which I MUST (that is given for the problem, please don't spend time in thinking around it) put througt a l …
0
votes
5answers
41 views

Performance tuning CakePHP application

I just got this quite large CakePHP app (about 20k lines of code), which isn't very clean and there is no documentation at all. The app is running in production, but it has really …
0
votes
2answers
19 views

Performance considerations when designing ASP.NET application building on WebServices

Hi, I am considering rebuilding my ASP.NET portal using ASP.NET MVC. I use the same portal solution at two different web sites, and I would like to have a single place og editing …
6
votes
4answers
108 views

Why does multithreaded file transfer improve performance?

RichCopy, a better-than-robocopy-with-GUI tool from Microsoft, seems to be the current tool of choice for copying files. One of it's main features, hightlighted in the TechNet arti …
0
votes
4answers
148 views

C - the limits of speed of the Desktop-CPUs if program is build using GCC with all optimization flags?

We are planning to port a big part of our Digital Signal Processing routines from hardware-specific chips to the common desktop CPU architecture like Quad-Core or so. I am trying t …
0
votes
2answers
33 views

LINQ vs datasets - performance hit?

I am refactoring an existing VB.NET application to use Linq. I've been able to successfully get it to work, but it takes ages (over a minute) on the client machine! They have lot …
3
votes
5answers
72 views

Drawing incrementally in a UIView (iPhone)

As far as I have understood so far, every time I draw something in the drawRect: of a UIView, the whole context is erased and then redrawn. So I have to do something like this to …
0
votes
3answers
59 views

Implicit type conversions in expressions int to double

I've been trying to reduce implicit type conversions when I use named constants in my code. For example rather than using const double foo = 5; I would use const double foo = 5 …

1 2 3 4 5 216 next
15 30 50 per page