<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Heartbeat: Garbage collection in VFP and .NET are similar</title><link>http://blogs.msdn.com/calvin_hsia/archive/2005/01/20/357388.aspx</link><description>VFP stores user defined names such as variable, field, property, class and procedure names in a table. When the name table runs out of space, the GC begins. All the entries are marked as unused. Then all the various name table clients are sent a message</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Heartbeat: Garbage collection in VFP and .NET are similar</title><link>http://blogs.msdn.com/calvin_hsia/archive/2005/01/20/357388.aspx#362529</link><pubDate>Fri, 28 Jan 2005 17:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:362529</guid><dc:creator>Gunnar Philipp</dc:creator><description>Hello Calvin&lt;br&gt;&lt;br&gt;1st i want to thank you for clearing up a few things the vfp-community has been dying to know for a while. i constantly see discussions about items like 'the m dot thingy' or the garbage collection.&lt;br&gt;&lt;br&gt;your test code is very interesting and educational (i had to change the number of variables created from 5000 to 2000 as i work with vfp6.&lt;br&gt;&lt;br&gt;now, i got a question: is it possible to clear that name-table; to release all unused entries?&lt;br&gt;&lt;br&gt;i tried several different release mechanisms like 'release all like x*', etc, but no success.&lt;br&gt;&lt;br&gt;i got a feeling there is no way. if this is correct, would that be a functionality to add to any future advancement made to vfp?&lt;br&gt;&lt;br&gt;again, thanks for your educational blogs.</description></item><item><title>Collecting garbage at the wrong time</title><link>http://blogs.msdn.com/calvin_hsia/archive/2005/01/20/357388.aspx#552235</link><pubDate>Wed, 15 Mar 2006 23:40:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:552235</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>In this post: Heartbeat: Garbage collection in VFP and .NET are similar, I talked about how the VFP name...</description></item><item><title>Examine .Net Memory Leaks</title><link>http://blogs.msdn.com/calvin_hsia/archive/2005/01/20/357388.aspx#8381839</link><pubDate>Fri, 11 Apr 2008 22:55:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8381839</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>&lt;p&gt;Writing programs using .Net is very productive. One reason is because much of memory management is “managed”&lt;/p&gt;
</description></item></channel></rss>