The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Interesting resource issues in .NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Interesting resource issues in .NET Posted: Dec 12, 2003 10:16 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Interesting resource issues in .NET
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement
Brad Abrams points out an interesting issue with the managed/unmanaged divide in .NET:

The GC does an amazing job of managing managed memory� We really work hard to make sure pages stay hot, and the memory is cached where you need it�. But the reality of the world is that for many folks it is not just managed memory they have to deal with. �Often you have to deal with memory allocated by legacy APIs in an unmanaged heap which the GC does not directly manage or external non-memory resources. �We added a couple of neat features to the CLR in Whidbey to help address these issues

Interesting problem.

Read: Interesting resource issues in .NET

Topic: I never did like EWR... Previous Topic   Next Topic Topic: Europe vs Italy

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use