Operating system | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Operating system

What is meant by batch processing..?

14th Jul 2020, 5:08 AM
Muhammad Waqar
Muhammad Waqar - avatar
9 Answers
+ 2
A batch means many of the same thing. Batch processing is performing the same operation in a repeated or recurring manner. If you want to learn more, read wikipedia. https://en.m.wikipedia.org/wiki/Batch_processing
14th Jul 2020, 6:41 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Has nothing to do with OS. Batch processing is the way, how jobs are done in a scheduled way. Batch by batch.
14th Jul 2020, 5:23 AM
Sandra Meyer
Sandra Meyer - avatar
+ 1
Batch processing does not per se result in better performance. It can in- or decrease performance. As I said, it's about the scheduling. You can make it worse, you can make it smart.
14th Jul 2020, 5:37 AM
Sandra Meyer
Sandra Meyer - avatar
+ 1
I said, read the wikipedia article. It has many examples and use cases. It will answer your question. Don't be lazy to do some research, if a topic interests you. If it doesn't interest you, and you just want someone to do your homework, then you are in the wrong place.
14th Jul 2020, 6:46 AM
Tibor Santa
Tibor Santa - avatar
+ 1
You might stress a machine unnecessarily, if you're requesting every x ms if there's a new job to be done. You might stress a database, if you do so and connect every few seconds. You might better process some stuff with a single connect to database in the night, while load is not as high as the whole day... And so on...
14th Jul 2020, 6:47 AM
Sandra Meyer
Sandra Meyer - avatar
+ 1
Say you are making food for 30 people. The dumb way to do it is to cook the same dish 30 times, one after the other. That would take days. Instead you can batch it and cook 30 portions at once in a big pot.
14th Jul 2020, 7:15 AM
Schindlabua
Schindlabua - avatar
0
Plz any one give ans
14th Jul 2020, 5:23 AM
Muhammad Waqar
Muhammad Waqar - avatar
0
Sandra Meyer plz explain in details , and ho batch processing helped to improve performance..?
14th Jul 2020, 5:28 AM
Muhammad Waqar
Muhammad Waqar - avatar
0
Tibor Santa how it helped to improve performance..? Plz explain I have a problem in this about performance
14th Jul 2020, 6:44 AM
Muhammad Waqar
Muhammad Waqar - avatar