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
jaffersaleem
NA
55
0
How to process 360 GB file within a minute
Feb 11 2005 2:17 AM
I have processed a 3 GB binary file within three minute using a single thread.Here processing meant that I have read the file and loaded onto memory and applied a small buisness logic while processing the data.The program is taking 3 minutes as a processing time If I use multithreading in the program, it is taking 4 minutes (more time) to process that data . If we compre the two procesing time(single thread ,multithreads) the multithread program is taking more time.Generally speaking multithreading should give good performance .Here performance is meant that processing time. Here I observed the multithread programing while switching between the threads ,the threads are taking some tiny time.In the tiny time those theards are in idle state. The above program is only for testing 3 GB data. But my intension is to process the 360 GB data with a minutes. Please give your thoughts about it.
Reply
Answers (
1
)
Disconnect internet connection
NEED HELP for crystal reports in C#