Memoy..

1.- QNX trabaja con particiones de memoria fijas o variables ?

2.- Existen las siguientes estrategias de administracion de la memoria
real:
First-Fit.- Ubica un proceso en el primer espacio libre (hueco).
Best-Fit.- Ordena ascendentemente los espacio libres y ubica el proceso
en el primero que lo pueda contener.
Worst-Fit.- Ordena descendentemente los espacio libres y ubica el
proceso en el primero que lo pueda contener.
Que estrategia aplica QNX ?
3. Que tipo de algoritmo de manipulacion de memoria utiliza QNX ?
4. Si se llena la memoria de QNX y llega un proceso que sucede ? descarga
algun proceso de memoria para ejecutar el que llega?

1.- QNX works with fixed memory partitions or partitions variables, how ?
2.- There are the following strategics of real memory management:
First-Fit.- To position a process in the first free space.
Best-Fit.- To put in ascending order the free spaces and to position a
process in the first free space.
Worst-Fit.- To put in descending order the free spaces and to position
a
process in the first free space.
What strategic is used for QNX ?
3. What Kind of algorithm is used by QNX to manipulate their memory… FIFO?
how?
4. If the memory is full and arrive a new process … whats up with the
process? or upload some process from the memory to allow execute the process
which arrived?


thanks

Javier Melendez