Hello again, We are trying to synchronize the GC thread with another concurrent thread we have started within the GC itself. We've got two types of signals, one from the GC to the thread and another from the thread to the GC. Everything is working ok concerning the first signal (GC sends a signal to the thread and this one, who was waiting, starts execution. But when it comes to synchronize the thread with the GC, we were planning to make GC wait for the thread's signal. We've got it programmed and it compiles, but when linking, 'buildall' gets stuck on a directory called "\sscli\fx\src\postbuild". We can't get the error, and it is caused by the GC thread waiting. Could anyone help us?
P.S: Also, a simple question concerning threads management: Is it necessary to include code to manage the threads 'dead', when it has finished doing its job? We've got a dedicated thread similar to Finalizer that starts up when EE is initialized and 'should' die when EE is shutting down. Thank you for your time. =================================== This list is hosted by DevelopMentorŪ http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com