Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I dont see a catagory for threading so I am posting under controls.

 

I am using threading, and tcp/ip. Throughout the TESTING of my program - the following appear in my "output" window of the compiler;

 

The thread '<No Name>' (0xf88) has exited with code 0 (0x0).

The thread '<No Name>' (0x950) has exited with code 0 (0x0).

 

---

 

How do I go about finding WHAT threads those were and what started them and why they exited please?

www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!
Posted

I am declareing this on my NEW sub;

 

listenerThread = New Threading.Thread(AddressOf Me.DoListen)

listenerThread.Name = "ListenThread"

 

---------

so this is the only area of the program where i create new THREAD objects. If there are other objects that are considered THREADS that are declared other than

 

NEW THREADING.THREAD

 

for example, tcp listener, sockets, etc.... Then this MAY be the case. But I am looking for some pointers on how I can focus on where these objects are being created from and ending etc.... to find one where in my program to look. Advice is very helpful, thanks.

www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...