answersLogoWhite

0

It needs high skill manpower

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

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


Difference between single-point cutting tool use in lathe and shaping machine?

explain the difference between single point & multi point cutting tool


What is demon thread?

A "demon thread" typically refers to a thread in multi-threaded programming that is designed to run in the background and does not prevent the program from exiting when the main thread finishes. In languages like Java, demon threads are used for tasks such as garbage collection or handling background tasks, and they will automatically terminate when there are no non-demon threads running. This allows for more efficient resource management, as these threads can perform their tasks without holding up the program's shutdown process.


What is client server approach of c plus plus?

Client/server programs typically employ multi-threading where the primary thread handles the server side of things while one or more threads handle the client side.


What is definition of chip to chip time in CNC machine?

It is the idle time when no cutting is taking place. The bigger picture is , to take the total idle time and express it as a percentage of the cycle time. The idea is to get this percentage as small as possible. It is use full on multi slide or multi turret machines where the cutting of two tools can overlap and so reduce chip to chip time. The programmer determines the chip to chip time . The smaller the chip to chip time the smarter the programmer. Efficiency and productivity improves

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 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.


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.