Αρχική ΑΕΠΠ - Δομές Δεδομένων Λειτουργικά Συστήματα Δίκτυα Υπολογιστών ΙΙ Βάσεις Δεδομένων Παιδαγωγικά - Διδακτική

Εισαγωγικά

Εισαγωγή στα Λ.Σ. Βασικές Δομές Η/Υ Βασικές Δομές Λ.Σ

Διεργασίες

Διεργασίες Χρονοπρογραμματισμός Συγχρονισμός

Αδιέξοδα

Μνήμη

Μονοπρογραμματισμός Εναλλαγή Εικονική Μνήμη Κατάτμηση

Είσοδος / Έξοδος

Σύστημα Αρχείων

Διεπαφή Υλοποίηση

 Ιστορικό Πρόσφατες αλλαγές Εκτύπωση Αναζήτηση

Ιστορικό: OS.GeneralQuestions

Εμφάνιση μικρών αλλαγών - Αλλαγές περιεχομένου

20-07-2008 (19:42) από 194.63.239.168 -
Αλλαγή σειρών 1-2 από:
%define=answer block bgcolor=#31659C border="1px dashed #94BAE7"%
σε:
%define=answer block bgcolor=#94bae7 border='1px dashed #31659c'%
Αλλαγή σειρών 7-9 από:
%answer%
σε:
>>answer<<
!! Answer
Αλλαγή σειρών 13-14 από:
%%
σε:

>><<
20-07-2008 (19:27) από 194.63.239.168 -
Πρόσθεση σειρών 1-11:
%define=answer block bgcolor=#31659C border="1px dashed #94BAE7"%

Τι είναι διεργασία;

Several popular microcomputer operating systems provide little or no means of concurrent processing. Discuss the major complications that concurrent processing adds to an operating system.

%answer%
* A method of time sharing must be implemented to allow each of several processes to have access to the system. This method involves the preemption of processes that do not voluntarily give up the CPU (by using a system call, for instance) and the kernel being reentrant (so more than one process may be executing kernel code concurrently).
* Processes and system resources must have protections and must be protected from each other. Any given process must be limited in the amount of memory it can use and the operations it can perform on devices like disks.
* Care must be taken in the kernel to prevent deadlocks between processes, so processes aren’t waiting for each other’s allocated resources.
%%

Τελευταία ενημέρωση: 20-07-2008 (19:42)

Copyright 2008 - Άρης Φεργάδης