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.
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