PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Re: GC and C++ DLL

Reply

Re: GC and C++ DLL

 
Thread Tools Rate Thread
Old 02-12-2006, 03:19 AM   #1
Guest
 
Posts: n/a
Default Re: GC and C++ DLL


All managed threads are suspended. Any thread created in native code will
be completely unknown by the GC and therefore unaffected.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"Aigor" <Aigor@discussions.microsoft.com> wrote in message
news:E9D91F51-B0FA-4942-978B-34F593F93C94@microsoft.com...
> My C# application will load C++ dll, because of real-time purpose. C++ dll
> creates its own thread. GC stops all threads. Does this also impact C++
> thread?
> Should C++ run in separate process instead of separate thread to achieve
> "real-time"?



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off