Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Remoting / August 2003

Tip: Looking for answers? Try searching our database.

Memory Grow Returnig DataSet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mauricio Pires - 28 Aug 2003 13:41 GMT
My singleton server object has a method that creates and
returns a big dataset to a client application.
Although the server doesn't have any reference to dataset
after returned it, the server memory grows and doesn't
reduce.
I think that after the Return statement the memory would
reduce because the server doesn't have a reference to
dataset anymore.
What would I do to reduce the server memory after returned
the dataset?
IGor - 29 Aug 2003 12:15 GMT
If you are using .Net Framework 1.0 then you could be one more victim of
Large objects memory allocation bug.

In short:
Once used large objects memory is newer returned to the system.
For long running applications which uses lot of large objects chances are
good to get out of memory exception.

.Net Framework 1.1 should solve problem.

If you are using .Net Framework 1.1 once after GC runs memory shold be
returned to the system.

> My singleton server object has a method that creates and
> returns a big dataset to a client application.
[quoted text clipped - 6 lines]
> What would I do to reduce the server memory after returned
> the dataset?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.