Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX Adaptive partitioning: (2 Items)
   
QNX Adaptive partitioning  
hi guys,

I'm wondering the level of granularity provided by the adaptive partitioning module in QNX?

On the adaptive partitioning page on qnx, they gave the example of partitioning the system like this, into 3 partitions:


1) QNX filesystem
2) User apps
3) downloadable partition

do the user apps have to bundled together to form the "user partition"?
is there a limitation as to how many partitions can be created?

trying to figure out a way to prevent applications from hogging the cpu and blocking other applications to start/
function properly.

rgs,
Fred
Re: QNX Adaptive partitioning  
>>>is there a limitation as to how many partitions can be created?

Docs say the limit is eight.  Of course there is overhead associated with scheduling a partition so you don't want to 
create more than necessary.

>>>>>>do the user apps have to bundled together to form the "user partition"?
Not sure what you mean by "bundle" ... but there is no change to the binaries.  You either start the binary in the 
correct partition or "move" the instance to the correct partition after it starts.

Use "aps" command to create the partitions.
Use "on" command (-X) to start an instance in a particular partition.

Dennis