TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Greg
NA
6
0
Threading Help
Jul 30 2010 10:20 PM
Hello all,
I am working on a GUI based application that will kick off three threads. The first thread has a System.Timer event that creates a List object. The timer resets itself after it runs out, so the thread will run for n amount of time. The second thread has a System.Socket that also creates a List object when data is received. This thread will also be running for n amount of time, as it loops to wait for more connections. The third thread needs to get to the information contained in the List objects in the first and second threads to correlate the data in each list. I have been looking into it all day, and I cannot come up with a good idea of HOW to access the data in those lists while the threads are running. I don't have much in the way of code yet to post, as I am still in the planning stages at the moment, so I am looking more for a technique answer than someone solving my code problem for me.
As always, thank you for the help!
Reply
Answers (
2
)
filter out hex data
Learning C# step by step "Videos from Microssoft"