answersLogoWhite

0

You cannot have any one part of a program execute independently of the entire program. What you can do is instantiate a thread of execution that runs concurrently with the main (primary) thread. Concurrent threads are not independent of the primary thread since they all share the same memory, but they each have their own stack.

The only way to execute a completely independent program is to spawn a completely separate process, however separate processes cannot be regarded as being part of the same program, even if they happen to be separate instances of the same program.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Is used to translate an entire 3GL or 4GL program into machine language before any of the program is executed?

A compiler and a linker.


Which company offers reliable kitchen design software?

HDTV has a software program that is quite reliable. It is not only a kitchen design program but a entire house. The design software is priced at 39.99.


What is a method of developing software in which the programmer writes and implements a program in segments instead of waiting until the entire program is completed?

RAD (rapid application development)


Difference between writing software and developing software?

Writing software is a part of developing software. The actual process of writing code can be called "writing software." "Developing software" includes includes the entire process of turning an idea into a program: everything from requirements and specifications to writing software.


Is a patch a replacement for an entire software package?

a patch is a replacement for an entire software package


Is Microsoft Word an application software?

A word processor is Microsoft's software program.


What is the meaning of the acronym NETQOS?

NETQOS stands for the network management of Qos. This program deals with license files and their software components. NETQOS ensures everything runs smoothly through the entire process.


Who makes software for home school education plans?

There are lots of sources for homeschool software, whether you want a conventional program, Christian-based, or even gifted curriculum. K12.com offers a curriculum that covers the entire education cycle, or you might try Keystoneschoolonline.com.


What is the program that reads and converts the entire program into object code called?

A compiler.


World War 1 Russian assassination?

Tsar Nicholas and his entire family were executed by the Bolsheviks in 1918.


A computer program that converts an entire program into machine language at one time is called?

A compiler.


What is a compiler and an interpreter?

a compiler translates an entire program and then executes it while an interpreter translates and executes one line of a program at time