Single Threaded Environment

R

Rick

Hi,

I know this might not be the best place to ask this but.. umm I know
Java is a multithreaded environment. what do you call a single threaded
environment where there are no multiple threads or scheduler? Please
tell me because I can't seem to recall the term :( Is it just "single
threaded environment"? Or is the term something else? Thanks!

Rick
 
M

Michael Borgwardt

Rick said:
I know this might not be the best place to ask this but.. umm I know
Java is a multithreaded environment. what do you call a single threaded
environment where there are no multiple threads or scheduler? Please
tell me because I can't seem to recall the term :( Is it just "single
threaded environment"? Or is the term something else? Thanks!

It seems like you don't know the difference between "process" and "thread".
The major division is between "single-tasking" environments such as MS-DOS
where only one process can execute at the same time and "multi-tasking"
environments where many processes run in parallel governed by a scheduler
(there's a further distinction between "cooperative" and "preemptive"
multitasking). Threads are just a conceptually minor performance-related
extension of the multitasking concept.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top