|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Using Class's and multiThreadingJust going into the world of Multithreading and have a few questions about using class's in them. If I create a calls in the main thread then start a new thread that calls another class can i use the class that i created in the main thread? It does work but not sure if this is the correct way to do it. Or should I create a new class in the class that was created by the new thread? Also can you use vars from the main thread in the new thread or should i only use vars that are created in the new thread? i.e. dimmed in the new thread class. Hope that makes sense. Thanks James James wrote:
Show quoteHide quote > Hi All, You can use whatever accessible objects and variable you like, but you> > Just going into the world of Multithreading and have a few questions about > using class's in them. > > If I create a calls in the main thread then start a new thread that calls > another class can i use the class that i created in the main thread? It does > work but not sure if this is the correct way to do it. > > Or should I create a new class in the class that was created by the new > thread? > > Also can you use vars from the main thread in the new thread or should i > only use vars that are created in the new thread? i.e. dimmed in the new > thread class. must take care to synchronize access to them. The best advice I can give you on entering the world of Multithreading would be to read Jon Skeet's threading pages (in C#) at <http://www.yoda.arachsys.com/csharp/threads/>, twice :) -- Larry Lard Replies to group please
MS's Excruciating Update Cycles
Datagrid with VB 2005 Translation of CreateFile dll in dot net Datagrid problem Late Binding Question large arrays and system.outofmemoryexception DataBinding and Combo Boxes Problems with TCP Listener Is it possible to use Field Names instead of Item(0) with Data Row using VB.Net 2005 ? Web Panel? |
|||||||||||||||||||||||