
-----------------------------------
DanShadow
Fri Feb 04, 2005 1:03 am

.NET Assistance needed
-----------------------------------
My final ISU for Grade 12 Programming was an attempt at a MUDD, but I ran into multiple problems connecting multiple users AND reading information from them. To do this simutanaeously (without creating a multi-threaded application) I tried simply to create 2 threads, one to deal with incoming connections, one to read input from pre-connected users. This didnt work because the threads couldnt transfer connections to the main class. (My main focus with using threads was their ability to sleep, and let the other thread do its duty.) Well, is there any way to accomplish what I want the way im doing it, or is creating a multi-threaded server the only way?
Thanks, Danshadow.

-----------------------------------
rizzix
Fri Feb 04, 2005 7:39 pm


-----------------------------------
ur title says .NET.. exactly what language are u using?

-----------------------------------
DanShadow
Sun Feb 13, 2005 3:18 am


-----------------------------------
ummm...rizzix....

ur title says .NET.. exactly what language are u using?

CompSci.ca Forum Index  -> Java Help


Java, duh  :P , lol.

-----------------------------------
Hikaru79
Sun Feb 13, 2005 10:04 am


-----------------------------------
ummm...rizzix....

ur title says .NET.. exactly what language are u using?

CompSci.ca Forum Index  -> Java Help


Java, duh  :P , lol.

Yes, but your topic title says ".NET" which is usually associated with Microsoft's .NET platform ( http://www.microsoft.com/net/ ). Did you just mean Java's net package? If so, I'm rather interested in the topic myself :D Just the name was misleading.
