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
Sanfoor Sanfoor
NA
6
12.1k
Create thread pool to read multiple files in parallel
Dec 5 2015 2:11 PM
i need to create a thread pool, from which i can read up to 10 files at a time in parallel.
and for each thread reads a file it must insert into another shared text file its id and some text ( for example "thread 1 reads file x").
i need to implement a locking mechanism on this shared file that ensures that only one thread may writes on it at a time, but multiple threads
may read data from the shared file simultaneously.
really i am new to threading programming, and i am confused about how to start.
waiting your help please :)
Reply
Answers (
1
)
why does my rotation function not work in NXT Windows Forms
How to Create User Registration / Login for four different t