answersLogoWhite

0

It needs high skill manpower

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the disadvantages of multi vendor networking?

what are the drawback of multi vendors. what are the drawback of multi vendors.


Disadvantages of using written history?

it si multi national


What is the Difference between a single threaded file server and a multi-threaded file server?

Single thread means that the processor will wait until one 'process' is complete before it opens a new thread or 'process'. Multi-thread can handle multiple threads simultaneously making it faster and more responsive.


What are the advantages and disadvantages of the Single-user multi-tasking operating system?

fghjk


What is thread in c language?

thread is not specific to C-language. Use wikipedia to find out what threads are, and use Posix Threads (or pthreadsfor short) to create multi-threaded programs in C


What are some strategies for resolving thread contention in a multi-threaded application?

Some strategies for resolving thread contention in a multi-threaded application include using synchronization mechanisms like locks, semaphores, and mutexes to control access to shared resources, implementing thread-safe data structures, reducing the scope of synchronized blocks, and using thread pooling to limit the number of active threads. Additionally, optimizing the design of the application to minimize the need for shared resources can help reduce thread contention.


What is multi thread operating system?

Basically a thread means a process which CPU is executing at particular time, if you want to run many processes (applications) in the same time, you need to have multithread OS.


What are the disadvantages of multi user games?

Disadvantages of multi-user games! 1) Most multi-user games are 2player and if there are 3 people playing a multi-user game (E.g. Fifa games), the third person has to wait for the other two to finish playing whereas when your playing the game in 1player mode you don't have to give up the controller to anyone! Answered By Joshua Boon


What is implicit and explicit multi threading?

implicit multi threading is where the programming runtime determines thread safety and executes code in parallel (on different threads, anyway) without the programmer saying to do so. explicit is, of course, the opposite where the programmer must initialize a thread, give it work, manage its lifecycle, etc.


What is cross polarised antenna?

Its an antenna that can operate in vertical as well as horizontal polarization. Dual polarized antennas are often used in 802.11n devices to enable multi-thread communication. This enables the device to transmit data on one polarization and receive data on the other simultaniously. The advantage of this is that multi-thread communication can be achieved with the use of one antenna instead of using two independent (and opposite polarized) antennas for the same result. Obviously all the networking equipment in the wireless network must be multi-thread complaint for this to work.


What is dual polarized antenna?

Its an antenna that can operate in vertical as well as horizontal polarization. Dual polarized antennas are often used in 802.11n devices to enable multi-thread communication. This enables the device to transmit data on one polarization and receive data on the other simultaniously. The advantage of this is that multi-thread communication can be achieved with the use of one antenna instead of using two independent (and opposite polarized) antennas for the same result. Obviously all the networking equipment in the wireless network must be multi-thread complaint for this to work.


What are the disadvantages of using threads in a multiprocessing system?

Some disadvantages of using threads in a multiprocessing system include potential for increased complexity in managing synchronization and locks, possibility of thread contention and deadlocks, and difficulty in debugging and tracking down issues due to shared memory space. Additionally, threads may not always scale well on multi-core systems due to contention for shared resources.