Max number of task

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Max number of task

1,845件の閲覧回数
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,194件の閲覧回数
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,194件の閲覧回数
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,194件の閲覧回数
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,193件の閲覧回数
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 件の賞賛
返信