What is multithreading in a programming language ? | My Site
Register | Login

What is multithreading in a programming language ?



Who Voted for this Story


Comments


Written by RonanCarr1986
803 days ago
Threading is a term used in computer science, it is a thread execution comes when a fork happens in a computer program that goes into two or more programs.

On a single processor, multithreading generally occurs by time-division multiplexing (as in multitasking): the processor switches between different threads. This context switching generally happens frequently enough that the user perceives the threads or tasks as running at the same time.

Source: http://en.wikipedia.org/wiki/Thread_(computer_science)



Log in to comment or register here.

Pligg is an open source content management system that lets you easily create your own social network.