473,322 Members | 1,379 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,322 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 1936
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
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.