HighTechTalks DotNet Forums  

Memory leak

Dotnet VSA microsoft.public.dotnet.vsa


Discuss Memory leak in the Dotnet VSA forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
mac
 
Posts: n/a

Default Memory leak - 06-10-2004 , 04:41 AM






There were many discussions about memory leaks in VSA engine, because .NET
Framework doesn't support dynamical unloading of code.
Will this be fixed in the future? What does Microsoft says?



Reply With Quote
  #2  
Old   
bruce barker
 
Posts: n/a

Default Re: Memory leak - 06-10-2004 , 12:31 PM






nothing in the near term. VSA is a deadend, but microsoft has not decided
what the replacement will be. VSA was to be the replacement for VBA, but
that dream is over.

the office group has decided to use Visual Studio to build .net components
for office automation. as security concerns will force office to abandon VBA
in the long run, a managed replacement is needed.

-- bruce (sqlwork.com)


"mac" <mactemp (AT) ua (DOT) fm> wrote

Quote:
There were many discussions about memory leaks in VSA engine, because .NET
Framework doesn't support dynamical unloading of code.
Will this be fixed in the future? What does Microsoft says?





Reply With Quote
  #3  
Old   
mac
 
Posts: n/a

Default Re: Memory leak - 06-11-2004 , 03:06 AM



Thanks. Any suggestions what to use if I want a scripting engine for .NET
application?

"bruce barker" <nospam_brubar (AT) safeco (DOT) com> wrote

Quote:
nothing in the near term. VSA is a deadend, but microsoft has not decided
what the replacement will be. VSA was to be the replacement for VBA, but
that dream is over.

the office group has decided to use Visual Studio to build .net components
for office automation. as security concerns will force office to abandon
VBA
in the long run, a managed replacement is needed.



Reply With Quote
  #4  
Old   
bruce barker
 
Posts: n/a

Default Re: Memory leak - 06-11-2004 , 12:25 PM



its depends on your needs. if scripts are not reloaded a lot you can ignore
the memory issue (my approach). you can create an appdomain to load the
scripts in (asp.net approach). unloading the appdomain will free the memory,
but cross domain calls are expensive.

i've been tempted to port an open souce javascript to .net, but haven't
looked recently.


-- bruce (sqlwork.com)




"mac" <mactemp (AT) ua (DOT) fm> wrote

Quote:
Thanks. Any suggestions what to use if I want a scripting engine for .NET
application?

"bruce barker" <nospam_brubar (AT) safeco (DOT) com> wrote in message
news:#RNQshwTEHA.1284 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
nothing in the near term. VSA is a deadend, but microsoft has not
decided
what the replacement will be. VSA was to be the replacement for VBA, but
that dream is over.

the office group has decided to use Visual Studio to build .net
components
for office automation. as security concerns will force office to abandon
VBA
in the long run, a managed replacement is needed.





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.