Max number of task

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Max number of task

1,837 次查看
MCF52233
Contributor III

Hi to all,

 

I just want to knw dat how many max. task can be created in MCF52233 with ColdFire

Is there any calculation available???? 

标签 (1)
0 项奖励
回复
4 回复数

1,186 次查看
scifi
Senior Contributor I

I am assuming that you are referring to 'tasks' of a multitasking operating system?

Then, the answer to your question depends on which operating system is used. I think that most practical OS's have some limits on the number of tasks (like 32 or 255) to simplify implementation. But I can easily imagine an OS where the number of tasks would be limited only by available memory.

0 项奖励
回复

1,186 次查看
ChrisJohns
Contributor I

RTEMS is such an operating system. You can configure the number of resources, eg tasks, semaphores, or you can configure an unlimited number. The limit is the amount of RAM you make available. RTEMS also supports deterministic switching under load. For a test I have configured systems with 9000 tasks and 3000 sockets. That was a PC with 1G of memory.

0 项奖励
回复

1,186 次查看
MCF52233
Contributor III

Thanks for ur answer. 

 Number of task is definitely depend upon d resources available to each task.

 I'm using MCF52233DEMO board with default O.S. (Coldfire ) 

 It is good to knw how many task is supported so other user can also get information regarding 

 d same.

Thanks once again for ur answer.

0 项奖励
回复

1,185 次查看
Lakshmi
Contributor II

Hi Abhiji,

 

I also have used MCF52233 for one of my projects. You probably can create up to 4 or 5 tasks approx.

 

We have craeted abot 3 app tasks & there is one Net main task already dedictated for network purpose.

 

 

0 项奖励
回复