473,407 Members | 2,315 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,407 software developers and data experts.

Performance

Hi,

i implement a ASP.NET-Application for a customer. Every
day the customer has the problem, that the first access
to the application takes very long.
What could be the reason?

Thanks for help

Arndt
Nov 18 '05 #1
7 1943
Arndt,

Is it possible that the customer has some kind of process indexing the
folders each night or something? If so, it would cause a Change Notify
which would cause a recycle of the app domain and a JIT compile upon first
browse.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "ar**************@t-online.de" <an*******@discussions.microsoft.com>
Sender: "ar**************@t-online.de" <an*******@discussions.microsoft.com>Subject: Performance
Date: Thu, 20 Nov 2003 15:02:23 -0800
Lines: 10
Message-ID: <04****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOvulurKNRQhhGUSiajM/d2nyWeEw==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191719
NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Hi,

i implement a ASP.NET-Application for a customer. Every
day the customer has the problem, that the first access
to the application takes very long.
What could be the reason?

Thanks for help

Arndt


Nov 18 '05 #2
An ASP.Net web application stops 20 minutes after the last request for a
page happens. The next page request must restart the application. This is
most probably what your customer is experiencing.

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"ar**************@t-online.de" <an*******@discussions.microsoft.com> wrote
in message news:04****************************@phx.gbl...
Hi,

i implement a ASP.NET-Application for a customer. Every
day the customer has the problem, that the first access
to the application takes very long.
What could be the reason?

Thanks for help

Arndt

Nov 18 '05 #3
Kevin,

This would indeed cause the Application_Start event to fire and the app
domain to reload, but that process should be unnoticeable to the user
unless the worker process has gone down (which it shouldn't). A delay in
execution on first browse is almost always caused by JITing.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "Kevin Spencer" <ke***@takempis.com>
References: <04****************************@phx.gbl>
Subject: Re: Performance
Date: Fri, 21 Nov 2003 07:55:06 -0500
Lines: 25
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Message-ID: <uH**************@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTN GXA06.phx.gbl!TK2MSFTNGXA0
5.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gb lXref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191822
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

An ASP.Net web application stops 20 minutes after the last request for a
page happens. The next page request must restart the application. This is
most probably what your customer is experiencing.

--
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"ar**************@t-online.de" <an*******@discussions.microsoft.com> wrote
in message news:04****************************@phx.gbl...
Hi,

i implement a ASP.NET-Application for a customer. Every
day the customer has the problem, that the first access
to the application takes very long.
What could be the reason?

Thanks for help

Arndt



Nov 18 '05 #4
> This would indeed cause the Application_Start event to fire and the app
domain to reload, but that process should be unnoticeable to the user
unless the worker process has gone down (which it shouldn't). A delay in
execution on first browse is almost always caused by JITing.
....which would be the cause in the case I mentioned if, for example, the
developer didn't compile DLLs.

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Jim Cheshire [MSFT]" <ja******@online.microsoft.com> wrote in message
news:Rz**************@cpmsftngxa07.phx.gbl... Kevin,

This would indeed cause the Application_Start event to fire and the app
domain to reload, but that process should be unnoticeable to the user
unless the worker process has gone down (which it shouldn't). A delay in
execution on first browse is almost always caused by JITing.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "Kevin Spencer" <ke***@takempis.com>
References: <04****************************@phx.gbl>
Subject: Re: Performance
Date: Fri, 21 Nov 2003 07:55:06 -0500
Lines: 25
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Message-ID: <uH**************@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
Path:

cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTN GXA06.phx.gbl!TK2MSFTNGXA0 5.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gb l
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191822X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

An ASP.Net web application stops 20 minutes after the last request for a
page happens. The next page request must restart the application. This is
most probably what your customer is experiencing.

--
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"ar**************@t-online.de" <an*******@discussions.microsoft.com> wrotein message news:04****************************@phx.gbl...
Hi,

i implement a ASP.NET-Application for a customer. Every
day the customer has the problem, that the first access
to the application takes very long.
What could be the reason?

Thanks for help

Arndt


Nov 18 '05 #5
Kevin,

Even if you are using inline script and relying on compile at first browse,
a recycling of the process or unloading of app domain will not cause the
application to be recompiled. Only a CHANGE NOTIFY will cause that.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "Kevin Spencer" <ke***@takempis.com>
References: <04****************************@phx.gbl> <uH**************@TK2MSFTNGP12.phx.gbl>
<Rz**************@cpmsftngxa07.phx.gbl>Subject: Re: Performance
Date: Fri, 21 Nov 2003 09:16:18 -0500
Lines: 82
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Message-ID: <uF**************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08
..phx.gbl!TK2MSFTNGP11.phx.gblXref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191845
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
This would indeed cause the Application_Start event to fire and the app
domain to reload, but that process should be unnoticeable to the user
unless the worker process has gone down (which it shouldn't). A delay in
execution on first browse is almost always caused by JITing.


...which would be the cause in the case I mentioned if, for example, the
developer didn't compile DLLs.

--
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Jim Cheshire [MSFT]" <ja******@online.microsoft.com> wrote in message
news:Rz**************@cpmsftngxa07.phx.gbl...
Kevin,

This would indeed cause the Application_Start event to fire and the app
domain to reload, but that process should be unnoticeable to the user
unless the worker process has gone down (which it shouldn't). A delay in
execution on first browse is almost always caused by JITing.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
>From: "Kevin Spencer" <ke***@takempis.com>
>References: <04****************************@phx.gbl>
>Subject: Re: Performance
>Date: Fri, 21 Nov 2003 07:55:06 -0500
>Lines: 25
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Message-ID: <uH**************@TK2MSFTNGP12.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
>Path:

cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFT NGXA06.phx.gbl!TK2MSFTNGXA

0
5.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gb l
>Xref: cpmsftngxa07.phx.gblmicrosoft.public.dotnet.framework.aspnet:191822 >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>An ASP.Net web application stops 20 minutes after the last request for a
>page happens. The next page request must restart the application. This is >most probably what your customer is experiencing.
>
>--
>Kevin Spencer
>.Net Developer
>Microsoft MVP
>Big things are made up
>of lots of little things.
>
>"ar**************@t-online.de" <an*******@discussions.microsoft.com>wrote >in message news:04****************************@phx.gbl...
>> Hi,
>>
>> i implement a ASP.NET-Application for a customer. Every
>> day the customer has the problem, that the first access
>> to the application takes very long.
>> What could be the reason?
>>
>> Thanks for help
>>
>> Arndt
>
>
>



Nov 18 '05 #6
Thanks Jim. I'll file that with the other 25 new things I learned today! ;-)

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Jim Cheshire [MSFT]" <ja******@online.microsoft.com> wrote in message
news:0w**************@cpmsftngxa07.phx.gbl...
Kevin,

Even if you are using inline script and relying on compile at first browse, a recycling of the process or unloading of app domain will not cause the
application to be recompiled. Only a CHANGE NOTIFY will cause that.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "Kevin Spencer" <ke***@takempis.com>
References: <04****************************@phx.gbl> <uH**************@TK2MSFTNGP12.phx.gbl>
<Rz**************@cpmsftngxa07.phx.gbl>
Subject: Re: Performance
Date: Fri, 21 Nov 2003 09:16:18 -0500
Lines: 82
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Message-ID: <uF**************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
Path:

cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08 phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191845
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
This would indeed cause the Application_Start event to fire and the app
domain to reload, but that process should be unnoticeable to the user
unless the worker process has gone down (which it shouldn't). A delay in execution on first browse is almost always caused by JITing.


...which would be the cause in the case I mentioned if, for example, the
developer didn't compile DLLs.

--
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Jim Cheshire [MSFT]" <ja******@online.microsoft.com> wrote in message
news:Rz**************@cpmsftngxa07.phx.gbl...
Kevin,

This would indeed cause the Application_Start event to fire and the app
domain to reload, but that process should be unnoticeable to the user
unless the worker process has gone down (which it shouldn't). A delay in execution on first browse is almost always caused by JITing.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
>From: "Kevin Spencer" <ke***@takempis.com>
>References: <04****************************@phx.gbl>
>Subject: Re: Performance
>Date: Fri, 21 Nov 2003 07:55:06 -0500
>Lines: 25
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Message-ID: <uH**************@TK2MSFTNGP12.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
>Path:


cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFT NGXA06.phx.gbl!TK2MSFTNGXA
0 5.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gb l
>Xref: cpmsftngxa07.phx.gbl

microsoft.public.dotnet.framework.aspnet:191822
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>An ASP.Net web application stops 20 minutes after the last request for a >page happens. The next page request must restart the application. This is >most probably what your customer is experiencing.
>
>--
>Kevin Spencer
>.Net Developer
>Microsoft MVP
>Big things are made up
>of lots of little things.
>
>"ar**************@t-online.de" <an*******@discussions.microsoft.com>

wrote
>in message news:04****************************@phx.gbl...
>> Hi,
>>
>> i implement a ASP.NET-Application for a customer. Every
>> day the customer has the problem, that the first access
>> to the application takes very long.
>> What could be the reason?
>>
>> Thanks for help
>>
>> Arndt
>
>
>


Nov 18 '05 #7
No problem. In case you're interested, what we do is create an XML file
that we derive from the name of the page that is compiled. (i.e.
Page.aspx.2d53e27.xml). That file contains an entry which has the full
path to a file that the page depends on. If any of those files change, the
temporary DLL is not used and the page is recompiled. Therefore, if the
page doesn't change, even if the app domain recycles, we still use the
temporary assembly UNLESS a special file is modified (such as a
configuration file or the global.asax).

If a special file is modified, the app domain is recycled and the app's
info in the temporary folder are deleted. To determine if a change has
occurred, we use a hash file named hash.web in the Temporary ASP.NET Files
folder for the app. That file contains a single hex number that is a hash
based on all of the special files except for the web.config files. When
the app domain is recyled, we recalculate that hex code and compare it with
the one in hash.web. If those two don't match, we know that something has
changed and we delete the contents of ASP.NET temp folder for the app and
recompile.

The whole thing is not as simple as many people might think. And now you
know the rest of the story. :)

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "Kevin Spencer" <ke***@takempis.com>
References: <04****************************@phx.gbl> <uH**************@TK2MSFTNGP12.phx.gbl>
<Rz**************@cpmsftngxa07.phx.gbl>
<uF**************@TK2MSFTNGP11.phx.gbl>
<0w**************@cpmsftngxa07.phx.gbl>Subject: Re: Performance
Date: Fri, 21 Nov 2003 14:42:56 -0500
Lines: 140
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.0
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Message-ID: <#L**************@TK2MSFTNGP10.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftng xa08.phx.gbl!cpmsftngxa10.
phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08.phx.gbl !TK2MSFTNGP10.phx.gblXref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191956
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Thanks Jim. I'll file that with the other 25 new things I learned today! ;-)
--
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Jim Cheshire [MSFT]" <ja******@online.microsoft.com> wrote in message
news:0w**************@cpmsftngxa07.phx.gbl...
Kevin,

Even if you are using inline script and relying on compile at firstbrowse,
a recycling of the process or unloading of app domain will not cause the
application to be recompiled. Only a CHANGE NOTIFY will cause that.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
>From: "Kevin Spencer" <ke***@takempis.com>
>References: <04****************************@phx.gbl>

<uH**************@TK2MSFTNGP12.phx.gbl>
<Rz**************@cpmsftngxa07.phx.gbl>
>Subject: Re: Performance
>Date: Fri, 21 Nov 2003 09:16:18 -0500
>Lines: 82
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Message-ID: <uF**************@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
>Path:

cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFT NGXA05.phx.gbl!TK2MSFTNGP0

8
phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa07.phx.gblmicrosoft.public.dotnet.framework.aspnet:191845 >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>> This would indeed cause the Application_Start event to fire and the app >> domain to reload, but that process should be unnoticeable to the user
>> unless the worker process has gone down (which it shouldn't). A delayin >> execution on first browse is almost always caused by JITing.
>
>...which would be the cause in the case I mentioned if, for example, the
>developer didn't compile DLLs.
>
>--
>Kevin Spencer
>.Net Developer
>Microsoft MVP
>Big things are made up
>of lots of little things.
>
>"Jim Cheshire [MSFT]" <ja******@online.microsoft.com> wrote in message
>news:Rz**************@cpmsftngxa07.phx.gbl...
>> Kevin,
>>
>> This would indeed cause the Application_Start event to fire and the app >> domain to reload, but that process should be unnoticeable to the user
>> unless the worker process has gone down (which it shouldn't). A delayin >> execution on first browse is almost always caused by JITing.
>>
>> Jim Cheshire, MCSE, MCSD [MSFT]
>> Developer Support
>> ASP.NET
>> ja******@online.microsoft.com
>>
>> This post is provided as-is with no warranties and confers no rights.
>>
>> --------------------
>> >From: "Kevin Spencer" <ke***@takempis.com>
>> >References: <04****************************@phx.gbl>
>> >Subject: Re: Performance
>> >Date: Fri, 21 Nov 2003 07:55:06 -0500
>> >Lines: 25
>> >X-Priority: 3
>> >X-MSMail-Priority: Normal
>> >X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>> >Message-ID: <uH**************@TK2MSFTNGP12.phx.gbl>
>> >Newsgroups: microsoft.public.dotnet.framework.aspnet
>> >NNTP-Posting-Host: dynamicsystems.com 216.54.1.213
>> >Path:
>>


cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSF TNGXA06.phx.gbl!TK2MSFTNGX A
0
>> 5.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gb l
>> >Xref: cpmsftngxa07.phx.gbl
>microsoft.public.dotnet.framework.aspnet:191822
>> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> >
>> >An ASP.Net web application stops 20 minutes after the last request
fora >> >page happens. The next page request must restart the application.

This is
>> >most probably what your customer is experiencing.
>> >
>> >--
>> >Kevin Spencer
>> >.Net Developer
>> >Microsoft MVP
>> >Big things are made up
>> >of lots of little things.
>> >
>> >"ar**************@t-online.de" <an*******@discussions.microsoft.com>
>wrote
>> >in message news:04****************************@phx.gbl...
>> >> Hi,
>> >>
>> >> i implement a ASP.NET-Application for a customer. Every
>> >> day the customer has the problem, that the first access
>> >> to the application takes very long.
>> >> What could be the reason?
>> >>
>> >> Thanks for help
>> >>
>> >> Arndt
>> >
>> >
>> >
>>
>
>
>



Nov 18 '05 #8

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

Similar topics

25
by: Brian Patterson | last post by:
I have noticed in the book of words that hasattr works by calling getattr and raising an exception if no such attribute exists. If I need the value in any case, am I better off using getattr...
12
by: Fred | last post by:
Has anyone a link or any information comparing c and c++ as far as execution speed is concerned? Signal Processing algorithms would be welcome... Thanks Fred
12
by: serge | last post by:
I have an SP that is big, huge, 700-800 lines. I am not an expert but I need to figure out every possible way that I can improve the performance speed of this SP. In the next couple of weeks I...
6
by: teedilo | last post by:
We have an application with a SQL Server 2000 back end that is fairly database intensive -- lots of fairly frequent queries, inserts, updates -- the gamut. The application does not make use of...
5
by: Scott | last post by:
I have a customer that had developed an Access97 application to track their business information. The application grew significantly and they used the Upsizing Wizard to move the tables to SQL...
115
by: Mark Shelor | last post by:
I've encountered a troublesome inconsistency in the C-language Perl extension I've written for CPAN (Digest::SHA). The problem involves the use of a static array within a performance-critical...
13
by: bjarne | last post by:
Willy Denoyette wrote; > ... it > was not the intention of StrousTrup to the achieve the level of efficiency > of C when he invented C++, ... Ahmmm. It was my aim to match the performance...
13
by: Bern McCarty | last post by:
I have run an experiment to try to learn some things about floating point performance in managed C++. I am using Visual Studio 2003. I was hoping to get a feel for whether or not it would make...
7
by: Michael D. Ober | last post by:
When calling Enqueue, the internal array may need to be reallocated. My question is by how much? In the old MFC array classes, you could tell MFC how many additional elements to add to the array...
1
by: jvn | last post by:
I am experiencing a particular problem with performance counters. I have created a set of classes, that uses System.Diagnostics.PerformanceCounter to increment custom performance counters (using...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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.