Results 1 to 2 of 2

Thread: threading?

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Posts
    61

    threading?

    when we start a thread and give an address of sub "sub1" for example, does every thing that is called from in that sub, proccessed in our new thread? or just the lines of "sub1" one is proccessed in that thread and other linked subs are proccessed in the main thread?

  2. #2
    Junior Member
    Join Date
    Apr 2003
    Posts
    18
    persian_83,
    everything should run on the thread you started for sub1. keep in mind if you are calling something like Crystal it may also create it's own new threads. To truly isolate (Memory and Processor)a thread(s) it would need to be launched in it's own AppDomain.
    www.WinMgmt.com
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width