answersLogoWhite

0


Best Answer

rtetsjgdjjhy7 ytujy

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Give the four general example the use of threads in a single user multiprocessing system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is multiprocessing different from multiprogramming?

multiprocessing is the simultaneous processing by two or more processing unit while multiprogramming is the execution of two or more computer programs by a single compute.


What is the difference between single and double screw threads?

screw thread are single threads which means they are not double


What is ASymmetric Multiprocessing?

Multiprocessing refers to a computer system's ability to support more than one process (program) at the same time. Multiprocessing operating systems enable several programs to run concurrently. UNIX is one of the most widely used multiprocessing systems, but there are many others, including OS/2 for high-end PCs. Multiprocessing systems are much more complicated than single-process systems because the operating system must allocate resources to competing processes in a reasonable manne


How many threads can be run on a single CPU pipeline?

5


What is an example of a single engine passenger plane?

A single engine passenger planes range greatly whether it be from the general aviation (GA) or the commercial aviation standpoint. An example for general aviation would be a beechcraft bonanza or the most common cessna 172


What is servlet?

server side program or single instance multiple threads.


Is General Lee single?

No, General Lee is not single.


Which of the following would you consider the best general safety defense?

single action revolver example colt peacemaker


Can we create more than 2 threads for a single object in java?

yes , we can create more than 2 threads for an object provided if all threads are reading the object. It will create deadlock in case multiple threads are writing into same object, hence we should not create multiple in this case.


Is it better to have a 1.5 GHz dual core processor or a 3.0 GHz?

the 1.5 dual core can handle 2 threads at the same time and 3.0 single core can only handle 1 thread both of them switch threads rapidly if you have CPU-z you will find that the only difference in number of threads (the number of cores in single core is 2) short answer : the dual core is faster in multitasks the single core is faster in single task (like most of games)


What is deadlock in java?

A deadlock is a situation that comes up when multiple threads are being used in a single java program. During thread execution, threads can access any number of methods they want. To ensure that data is consistent during execution, the methods have a property called "synchronized" which prevents multiple threads from accessing a single method. So under this scenario lets take a look at this example: Thread A is currently holding a lock on Method A and needs to execute method B in order to complete. Thread B is currently holding a lock on Method B and needs to execute method A in order to complete. The above is a classic example of deadlock.


What is Single processor systems?

A uniprocessor system is a computersystem with a single central processing unit. As more and more computers employ multiprocessingarchitectures, such as SMP and MPP, the term is used to refer to systems that still have only oneCPU. Most desktop computers are now shipped with multiprocessing architectures.