Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Single Threaded Environment

Reply
Thread Tools

Single Threaded Environment

 
 
Rick
Guest
Posts: n/a
 
      11-16-2003
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

 
Reply With Quote
 
 
 
 
Michael Borgwardt
Guest
Posts: n/a
 
      11-17-2003
Rick wrote:
> 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.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: changing dicts in a threaded environment ? Terry Reedy Python 0 11-27-2012 07:18 PM
JDBC PreparedStatement in a multi-threaded environment vk02720@gmail.com Java 16 11-28-2008 01:20 AM
A proper way to close Frame in multi-threaded environment nukleus Java 5 01-19-2007 12:45 PM
select for opening sockets in single threaded environment Klaus C Programming 1 12-16-2004 01:58 PM
Single threaded class for COM interop Rob ASP .Net 2 07-14-2004 02:52 PM



Advertisments