|
 |
asp_discuss thread: Iexplorer memory usage.
Message #1 by dbuonoco@t... on Mon, 13 Aug 2001 12:24:56
|
|
Hi,
I am refreshing my page every 20 sec. in my taskmanager i notice that the
memory usage increases when the page is refreshed.
1. In the page I am including files(vbscript functions).
2. Get data from a sql. and past data to sql.
3. javascript to refresh the page.
iexplorer increases the memory every time by 400kb.
what can i check or change.
Thanks,
Daniël.
Message #2 by "Hema R." <hema.r@s...> on Mon, 13 Aug 2001 17:33:53 +0530
|
|
Hi,
This procedure of refreshing page is
definitely a load on the server; of course unless you are displaying
highly dynamic data on the page.
Performance and memory usage can be reduced by
* Limiting sessions on this page
* Inc files(i suppose u r already using them)
* All db calls thru stored procedures.
* Client script limited to a single scripting language.
Hope this would be of some help
regards
hema
> -----Original Message-----
> From: dbuonoco@t... [SMTP:dbuonoco@t...]
> Sent: 13 August Monday 2001 05:25 AM
> To: asp_discuss
> Subject: [asp_discuss] Iexplorer memory usage.
>
> Hi,
>
> I am refreshing my page every 20 sec. in my taskmanager i notice that
the
> memory usage increases when the page is refreshed.
>
> 1. In the page I am including files(vbscript functions).
> 2. Get data from a sql. and past data to sql.
> 3. javascript to refresh the page.
>
> iexplorer increases the memory every time by 400kb.
>
> what can i check or change.
>
> Thanks,
> Dani=EBl.
>
Message #3 by Hal Levy <hal.levy@s...> on Mon, 13 Aug 2001 09:01:41 -0400
|
|
the server memory usage increases or the client memory usage?
Your saying iexplore here- which tells me that the BROWSER is having
the
memory leak.
Get the latest version of IE- perhaps that will fix your memory leak.
Hal Levy
StarMedia Network, Inc.
Intranet Development Manager
> -----Original Message-----
> From: dbuonoco@t... [mailto:dbuonoco@t...]
> Sent: Monday, August 13, 2001 8:25 AM
> To: asp_discuss
> Subject: [asp_discuss] Iexplorer memory usage.
>
>
> Hi,
>
> I am refreshing my page every 20 sec. in my taskmanager i
> notice that the
> memory usage increases when the page is refreshed.
>
> 1. In the page I am including files(vbscript functions).
> 2. Get data from a sql. and past data to sql.
> 3. javascript to refresh the page.
>
> iexplorer increases the memory every time by 400kb.
>
> what can i check or change.
>
> Thanks,
> Dani=EBl.
>
Message #4 by =?iso-8859-1?Q?Buonocore=2C_Dani=EBl?= <DBuonoco@T...> on Mon, 13 Aug 2001 14:57:10 +0200
|
|
hi,
it is a administrators application so the server can handel it but on
the
client side the mem usage increases. and it is a monitoring tool that
has to
run in best case 24-7.
i am using <!-- #Include file=3D"functions.asp" --> or do i have to
call it
function.inc, beceause im using a few of these calls.
thanks,
dani=EBl.
> -----Original Message-----
> From: Hema R. [mailto:hema.r@s...]
> Sent: maandag 13 augustus 2001 14:04
> To: asp_discuss
> Subject: [asp_discuss] RE: Iexplorer memory usage.
>
>
>
> Hi,
> This procedure of refreshing page is
> definitely a load on the server; of course unless you are displaying
> highly dynamic data on the page.
> Performance and memory usage can be reduced by
> * Limiting sessions on this page
> * Inc files(i suppose u r already using them)
> * All db calls thru stored procedures.
> * Client script limited to a single scripting language.
>
> Hope this would be of some help
>
> regards
> hema
>
Message #5 by =?iso-8859-1?Q?=22Buonocore=2C_Dani=EBl=22?= on Mon, 13 Aug 2001 14:21:51 +0100
|
|
IE has the memory usage increases and I am using ie5.5sp2 and ie5.5sp1.
where I am testing it.
> -----Original Message-----
> From: Hal Levy [mailto:hal.levy@s...]
> Sent: maandag 13 augustus 2001 15:02
> To: asp_discuss
> Subject: [asp_discuss] RE: Iexplorer memory usage.
>
>
>
> the server memory usage increases or the client memory usage?
>
> Your saying iexplore here- which tells me that the BROWSER is having
> the
> memory leak.
>
> Get the latest version of IE- perhaps that will fix your memory leak.
>
>
>
> Hal Levy
> StarMedia Network, Inc.
> Intranet Development Manager
>
> > -----Original Message-----
> > From: dbuonoco@t... [mailto:dbuonoco@t...]
> > Sent: Monday, August 13, 2001 8:25 AM
> > To: asp_discuss
> > Subject: [asp_discuss] Iexplorer memory usage.
> >
> >
> > Hi,
> >
> > I am refreshing my page every 20 sec. in my taskmanager i
> > notice that the
> > memory usage increases when the page is refreshed.
> >
> > 1. In the page I am including files(vbscript functions).
> > 2. Get data from a sql. and past data to sql.
> > 3. javascript to refresh the page.
> >
> > iexplorer increases the memory every time by 400kb.
> >
> > what can i check or change.
> >
> > Thanks,
> > Dani=EBl.
Message #6 by Hal Levy <hal.levy@s...> on Mon, 13 Aug 2001 10:55:06 -0400
|
|
Daniel,
You are seeing a memory leak in IE. I doubt this has anything to do
with the
development you have done unless you are using client side java or
active x.
Hal Levy
StarMedia Network, Inc.
Intranet Development Manager
> -----Original Message-----
> From: "Buonocore, Dani=EBl" [mailto:DBuonoco@T...]
> Sent: Monday, August 13, 2001 9:22 AM
> To: asp_discuss
> Subject: [asp_discuss] RE: Iexplorer memory usage.
>
>
> IE has the memory usage increases and I am using ie5.5sp2 and
> ie5.5sp1.
> where I am testing it.
>
Message #7 by Bala Ramachandran <bala_isme@y...> on Mon, 13 Aug 2001 22:29:59 -0700 (PDT)
|
|
Hi..
In normall practice - The dynamic page that
needs to get refreshed at certain interval, is copied
to a staic page (.htm)and the static page will act as
the dynamic page.. but the contents and links are
copied from the dynamic page. This doesnt make the
user wait, when he access the page during the refresh
time. Coz, the user interacts with the .htm page and
every 20 mins the static page gets message from
dynamic page. So further call to the static page makes
less overhead.
So, write a batch file that copies the
dynamic page result(http://..) to static system file
(c:\\..) and keep this batch file in the NT scheduler
and schedule this page to run every 20 mins. It may be
little confusing now for u, but do it, the purpose
will be achieved..
Cheers,
Bala
Message #8 by "Hema R." <hema.r@s...> on Tue, 14 Aug 2001 09:14:50 +0530
|
|
hi,
Included files can have any file name extension, but a recommended
practice
is to give them the .inc extension.
If the file that your ASP script includes contains a large number of
functions and variables that are not used by the including script, the
extra
resources occupied by these unused structures can adversely affect
performance, and ultimately decrease the scalability of your Web
application. Therefore, it is generally advisable to break your include
files into multiple smaller files, and include only those files
required by
your ASP script, rather than include one or two larger include files
that
may contain unneeded information.
regards
Hema
Message #9 by =?iso-8859-1?Q?=22Buonocore=2C_Dani=EBl=22?= on Tue, 14 Aug 2001 06:22:02 -0400
|
|
I am using through com+ a active dll. Is there a way to clear the memory of
IE or the buffer or something where the data is stored.
> -----Original Message-----
> From: Hal Levy [mailto:hal.levy@s...]
> Sent: maandag 13 augustus 2001 16:55
> To: asp_discuss
> Subject: [asp_discuss] RE: Iexplorer memory usage.
>
>
>
> Daniel,
>
> You are seeing a memory leak in IE. I doubt this has anything to do
> with the
> development you have done unless you are using client side java or
> active x.
>
>
>
> Hal Levy
> StarMedia Network, Inc.
> Intranet Development Manager
>
> > -----Original Message-----
> > From: "Buonocore, Dani=EBl" [mailto:DBuonoco@T...]
> > Sent: Monday, August 13, 2001 9:22 AM
> > To: asp_discuss
> > Subject: [asp_discuss] RE: Iexplorer memory usage.
> >
> >
> > IE has the memory usage increases and I am using ie5.5sp2 and
> > ie5.5sp1.
> > where I am testing it.
|
|
 |