What is ThreadPool?
Answer / Pradeep Kumar Kannoujiya
A ThreadPool is a collection of worker threads that are managed by an executor service. It allows reusing existing threads rather than creating new ones for each task, improving performance and reducing overhead.n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a bootloader?
Which os is best for coding?
Tell me about different OS related issues for a given set of C-programs (mainly address issues address space, paging etc.)
How much ram can a 64 bit os use?
When does thrashing occur?
Explain the positioning time for a disk.
What is the purpose of the command interpreter? Why is it usually separate from the kernel?
What is plumbing/piping?
Who made the first 64 bit processor?
What are the ways in which fault tolerance can be ensured in systems? (Different redundancy techniques)?
List at least three things that a running process might do that would cause the scheduler not to move it to the ready state when it stops running.
What are the different functions of an operating system?