Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: Finalization and Performance PinPopular
Mike Dimmick1-May-08 6:04
Mike Dimmick1-May-08 6:04 
GeneralRe: Finalization and Performance Pin
N a v a n e e t h1-May-08 6:41
N a v a n e e t h1-May-08 6:41 
GeneralRe: Finalization and Performance Pin
Guffa1-May-08 9:29
Guffa1-May-08 9:29 
GeneralRe: Finalization and Performance Pin
George_George1-May-08 21:27
George_George1-May-08 21:27 
GeneralRe: Finalization and Performance Pin
N a v a n e e t h1-May-08 23:06
N a v a n e e t h1-May-08 23:06 
GeneralRe: Finalization and Performance Pin
George_George2-May-08 2:44
George_George2-May-08 2:44 
GeneralRe: Finalization and Performance Pin
Guffa2-May-08 1:54
Guffa2-May-08 1:54 
GeneralRe: Finalization and Performance Pin
N a v a n e e t h2-May-08 2:35
N a v a n e e t h2-May-08 2:35 
Guffa wrote:
The finaliser thread is not finalising object in the finalizer queue, it's finalising objects in the freachable queue.


Freachable queue is ReadyForFinalization queue, right ? So objects that have finalization method and not called SuppressFinalize() will be in freachable queue, right ? So objects that don't have finalizers will be in finalization queue ?

BTW, do you know any good tool which shows the heap allocations and memory details ? I tried .NET profiler, and it looks good. Any thoughts ?

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Finalization and Performance Pin
Guffa2-May-08 17:42
Guffa2-May-08 17:42 
GeneralRe: Finalization and Performance Pin
N a v a n e e t h2-May-08 20:35
N a v a n e e t h2-May-08 20:35 
GeneralRe: Finalization and Performance Pin
George_George2-May-08 2:47
George_George2-May-08 2:47 
GeneralRe: Finalization and Performance Pin
N a v a n e e t h1-May-08 23:08
N a v a n e e t h1-May-08 23:08 
GeneralRe: Finalization and Performance Pin
Guffa2-May-08 1:57
Guffa2-May-08 1:57 
GeneralRe: Finalization and Performance Pin
George_George1-May-08 21:28
George_George1-May-08 21:28 
GeneralRe: Finalization and Performance Pin
Pete O'Hanlon1-May-08 8:31
mvePete O'Hanlon1-May-08 8:31 
GeneralMagnificent Pin
Luc Pattyn1-May-08 9:11
sitebuilderLuc Pattyn1-May-08 9:11 
GeneralRe: Magnificent Pin
Spacix One1-May-08 9:49
Spacix One1-May-08 9:49 
GeneralRe: Magnificent Pin
Luc Pattyn1-May-08 10:20
sitebuilderLuc Pattyn1-May-08 10:20 
GeneralRe: Magnificent Pin
Big Daddy Farang1-May-08 10:55
Big Daddy Farang1-May-08 10:55 
GeneralRe: Magnificent Pin
Spacix One1-May-08 11:23
Spacix One1-May-08 11:23 
GeneralRe: Magnificent Pin
Luc Pattyn1-May-08 11:34
sitebuilderLuc Pattyn1-May-08 11:34 
GeneralRe: Magnificent Pin
Spacix One1-May-08 13:26
Spacix One1-May-08 13:26 
GeneralRe: Magnificent Pin
Luc Pattyn1-May-08 13:46
sitebuilderLuc Pattyn1-May-08 13:46 
GeneralRe: Magnificent Pin
George_George1-May-08 21:35
George_George1-May-08 21:35 
GeneralRe: Finalization and Performance Pin
George_George1-May-08 21:18
George_George1-May-08 21:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.