473,672 Members | 2,497 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

application slowdown after moving to 2005 (from 2003)

Hi All,

I have CPU intensive application (a raytracer, if you don't know what
that is, look here: http://en.wikipedia.org/wiki/Raytracing) that I
wrote in C#, .NET 2003. Today, I migrated to .NET 2005 and did some
timing comparisons. I was expecting the same performance, or better,
but what I got was actually a serious execution speed decrease!

A test scene that takes 3' 32'' (on average) to render in the 2003
version, takes a whopping 6' 04'' in the 2005 version! I managed to
get it back down to 5' 44'' by replacing all the ArrayList collections
to List<Tgenerics, but that is still very far from the performance I
got in the 2003 build.

Is this a known problem? Is there something I need to know about the
difference between 2003 and 2005 that could cause this?

Thanks
Nils Desle

Jul 31 '07 #1
0 976

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

Similar topics

5
512
by: Mike Owen | last post by:
Hi, I have just used the import Wizard to import a VS 2003 app to VS 2005. I have a lot of work to do to enable it to compile successfully with all the errors and warnings it gave me, but as a starting point the compiler can no longer find the function as at the bottom of this posting, that was in the Global.asax.vb file. All the function does is give an easy / quick way of getting the application
1
1312
by: Tetris | last post by:
I am preparing the MCAD Certification. I use the Visual Studio 2005. But I can't create Web application. There is only ASP.NET Web service project. Is it possible to develope ASP.NET web application project in Visual Studio 2005? If possible how? In the .aspx file how can I change the document property " Page layout" into " Flow layour" In the VS 2005 I cannot make .cs file clicking " View code" of the .aspx file.
0
5454
by: Mark A. Ziesemer | last post by:
I've seen a few other postings that looked similar to this, but most appear to have died without any working solutions, and lacked any helpful level of information to see if they might be related. I'm thinking this is an ASP.Net 2.0 bug, but would like to try to elaborate it further. I'm hoping to see if someone else may be having the same issue. Error: (Popup on the desktop) Title: "w3wp.exe - Application Error"
7
1194
by: NH | last post by:
Hi, I have a VS 2003 asp.net 1.1 project hosted on a windows 2003 server. I want to move it to asp.net 2.0 and VS 2005. Do I need to install VS 2005 on the server first and then on my development PC and then upgrade the app from my development PC? Thanks
8
2135
by: John Dann | last post by:
Just getting started with VB2005 and unsure how best to move active VB2003 projects into the VB2005 environment. Nornally I've versioned my VB2003 projects at specific development points by starting a new (blank) project and using Add Existing Item to import all the files from the previous project version before saving in a new folder location belonging to the new project. But on doing this in the VB2005 environment I find I've got a...
4
9276
by: fripper | last post by:
I am a real novice when it comes to the graphics class in VB 2005. I have a windows app with a large picture box control with a black background ... except for a small rectangle that has an image in it. A timer fires every second or so and when it does I want to move the small rectangle within the picture box to another location within the picture box. I don't want to copy the rectangle ... I want to move it and have the vacated...
1
4587
by: =?Utf-8?B?SmltSGVhdmV5?= | last post by:
I recently use VS2005 to move my application to a remote server. When I attempted to bring up the application I got the "App_Code/' is not allowed because the application is precompiled". So I deleted that folder from the remote site. After that the application came up just fine. I closed down Vs2005 and when I brought it up (my original application) in VS 2005, I get this warning that the said in essence "the application is...
3
1893
by: scoots987 | last post by:
I have a Windows 2003 server with SQL Server 2005 installed. The server is on small drive and we would like to upgrade to much larger harddrives. I've been hearing of problems using Ghost to get an image and placing the image onto the new drive. I think this is more of a Windows 2003 problem, but this server is for nothing but the SQL Server databases. Does anyone have a clear method of moving this server to the larger drives? TIA.
7
1531
by: Tom wilson | last post by:
Hi! I have a massive SQL 2000 database that needs records extracted into another database. so I write a VB.Net (2005) program that simply queries the records I need, populates a new record in the new database and so on. There's no data transformation, it's a direct record to record copy. So I run this thing and numbers are flying by at a rate of about 30 records per second. Within an hour, it gradually slows down to one
0
8403
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8930
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8605
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7446
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6238
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5704
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2819
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2062
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1816
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.