Multi User Multi Task


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Multi User Multi Task
# 1  
Old 04-05-2006
Multi User Multi Task

Dear Experts
Why we always hear that unix operating system is Multi User and Multi task. What does these two means. I have looked at some books and documents but couldn't find aclear explenation. Can we say Windows operating system is also multi user and multi task??
Thanks for your help in advances.
Cheers
Reza
# 2  
Old 04-07-2006
See the descriptions:
multi-user
multitasking
# 3  
Old 04-07-2006
here...

Multi task is ability to maintain schedule for more than one process. As normally number of processes exceeds by far number of CPUs in a system, the system scheduler becomes the core part of such multitasking. There is no real multitasking though, as only one process occupies processor's registers at time. However as it happens relatively fast it creates illusion of many processes flowing simultaneously. Multitasking systems is an opposition to mono tasking system as MS-DOS was. While in MS-DOS it was possible to have some processes to simulate simultaneous execution it was dome by using range of interruptions that is not a part of the system and worked more as a switch, while one process was working, until user would not designate manually recourses to the next process it would keep the current state.
Yes Windows XP is by all means a multitasking system.
Multi-User system implies that system can handle simultaneously more than one user. It means that system knows how to recognize the user, how to keep the environment and how to separate recourses between users.
Yes Windows XP is by all means a multi-user system.
The both Windows XP and UNIX may have many users connected using different hardware means and having sessions simultaneously.
I suspect you ask it as a point of comparison to Window/UNIX advantages/disadvantages. Let me tell you that the major advantage of any UNIX system is its simplicity. UNIX has very simple architecture compounded of many subsystems. If something is going wrong you always can trace problem to the specific subsystem. Each subsystem is mostly independed and may be stopped/started/ refreshed with no influence to anything else. Each subsystem is open, it means it may be discovered by regular mortals simply by reading man page; it has no "magic" involved. UNIX despite its evolution had some revolutionary steps in development and does not have to take increasing care of backward compatibility in its worst sense, because most of the programs can be recompiled with little efforts.
As system is modular it is easily upgradeable, many different teams of developers can coexist with little disturbance to one another, they don't have create “the system”, they are responsible for a little part and this way makes the system in general very reliable. There are many competing projects; each try to prove its module is the best.
Sorry for tedious port.
# 4  
Old 04-07-2006
Quote:
Originally Posted by amro1
Multi task is ability to maintain schedule for more than one ...
Thanks a lot for your patience in teaching me.
Sometimes I am hearing that some software companies are claiming that the trend is towards Windows not unix what is your opinion. I am asking this question because I love unix and I can't understand this rumors.

Last edited by Reza Nazarian; 04-13-2006 at 10:20 AM..
# 5  
Old 04-07-2006
Quote:
Originally Posted by RTM
See the descriptions:
multi-user
multitasking
Thanks a lot for introducing the links to me.
# 6  
Old 04-12-2006
The future...

Quote:
Originally Posted by Reza Nazarian
Thanks a lot for your patience in teaching me.
Sometimes I am hearing that some software companies are claiming that the trend is towards Windows not unix what is your opinion. I am asking this question because I love unix and I can't understand this humors.

If ask you ask I, here's my prognosis:
As we have 3 branches of "real" UNIX
1. Linux, will progress as a humble server platform with virtually no decent desktop applications it has little chance to become a mainstream. There's almost nothing to offer for a modern computing: no real advanced photo editing, no advanced movie-video editing, no reliable office program (try forge your resume once in OpenOffice to assent to this my statement ;-) ). Linux will have profound influence on the entire UNIX community though, as all new, advanced tools come from there... As to my taste BSD still much better choice by many reasons... I think Linux will transform itself to something else or it will dye out to the OS X systems.
2. OS X had become the best UNIX ever, and the best OS in a existence. No one who has spent at least two hours in from of Tiger can go back to anything else. It unites best ever UNIX, that is BSD UNIX with stunning Aqua GUI. It Has all the commercial applications of importance running on it: MS Office (much refined than PC version), Adobe products, extensive multimedia tools, Video editing tools and so on. Great platform.
3. Big UNIXes such as Solaris and AIX (and almost dead HP) have seen better times. Solaris offers a lot but I kind of stumbled by their prices including the cost of service. All three had been the mainstream with corporative environment but gradually lose ground to Linux and OS X. Some 5-6 years ago Sun (along with ver much dead Silicon Graphics) had been a major player on graphical systems market. As far as I know this market was lost by Sun completely. AIX is one hardware platform system but for industrial environment, to my taste it is the best. It is very reliable with outstanding technical support and great, easy to use administration tools. It is possible to manage complete powerful system with sophisticated volume management after mere one week training.

Windows. I think Microsoft is in demise. It has been postponed for four years in row the release of the new version and it speaks for itself. If money hungry MS postpones release it means it implies that HUGE number of problems that it may cause massive departure from this platform. The whole conception behind Windows with deep interlinking of all embedded components made the project unmanageable. It is not only that it takes too long to publish release, it will take as much long to produce any relevant updates. I don't think Microsoft as a producer of operating systems will make it to 2010.
# 7  
Old 04-13-2006
Quote:
Originally Posted by amro1
If ask you ask I, here's my prognosis:
As we have 3 branches of "real" UNIX
1. Linux, will ...2010.
Tnanks a lot for your so much informative explenations.
Regards
Reza
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with reformat single-line multi-fasta into multi-line multi-fasta

Input File: >Seq1 ASDADAFASFASFADGSDGFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSD >Seq2 SDASDAQEQWEQeqAdfaasd >Seq3 ASDSALGHIUDFJANCAGPATHLACJHPAUTYNJKG ...... Desired Output File >Seq1 ASDADAFASF ASFADGSDGF SDFSDFSDFS DFSDFSDFSD FSDFSDFSDF SD >Seq2 (4 Replies)
Discussion started by: patrick87
4 Replies

2. Programming

Multi head/multi window hello world

I am trying to write a large X app. I have successfully modified my xorg.conf to setup 4 monitors on an NVIDIA Quatro5200. I am trying to modify a simple hello world application to open a window on three of the four monitors. depending on the changes to loop the window creation section and event... (2 Replies)
Discussion started by: advorak
2 Replies

3. Shell Programming and Scripting

How to substract selective values in multi row, multi column file (using awk or sed?)

Hi, I have a problem where I need to make this input: nameRow1a,text1a,text2a,floatValue1a,FloatValue2a,...,floatValue140a nameRow1b,text1b,text2b,floatValue1b,FloatValue2b,...,floatValue140b look like this output: nameRow1a,text1b,text2a,(floatValue1a - floatValue1b),(floatValue2a -... (4 Replies)
Discussion started by: nricardo
4 Replies

4. Shell Programming and Scripting

Multi-line filtering based on multi-line pattern in a file

I have a file with data records separated by multiple equals signs, as below. ========== RECORD 1 ========== RECORD 2 DATA LINE ========== RECORD 3 ========== RECORD 4 DATA LINE ========== RECORD 5 DATA LINE ========== I need to filter out all data from this file where the... (2 Replies)
Discussion started by: Finja
2 Replies

5. Shell Programming and Scripting

Create a multi user input form

Hi All, Please ignore if terminology used is incorrect as I am new to Unix. I want to create a Multi user input form which looks something like this: ABCD TOOL Logged User: abcd12 ... (4 Replies)
Discussion started by: vidhu0007
4 Replies

6. Solaris

stay in multi user mode but stop logins to system?

I want to apply patches in multiuser mode but stop logins of other users while I do it? What is the best way to do this? I will be connected to the system via a putty session over a serial cable from another system (console is messed up)... Should I put in a dummy passwd and shadow file... (7 Replies)
Discussion started by: NewSolarisAdmin
7 Replies

7. UNIX for Dummies Questions & Answers

A comparison of the multi-user facilities in Unix and Microsoft Windows.

hi guys just give me some information about multi user facilities that unix offer in cmparison to windows. Thanx (2 Replies)
Discussion started by: nadman123
2 Replies

8. UNIX for Dummies Questions & Answers

Poor resourece allocation (multi-user system)

All, I am an intermediate user, and am running SAS on a nice Solaris machine. However, even when top says that no other programs are running, the machine will only give me 5-7% processor power. Is this a configuration problem with SAS or the way the server is configured? Is there any way I can... (3 Replies)
Discussion started by: dj_is
3 Replies

9. UNIX for Dummies Questions & Answers

multi-file multi-edit

Good day! I am trying to learn how to use the "sed" editor, to perform multiple edits on multiple files in multiple directories. I have one script that tries to call up each file and process it according to the edits listed in a second script. I am using a small input text to test these, at... (12 Replies)
Discussion started by: kielitaide
12 Replies
Login or Register to Ask a Question