AW: [En-Nut-Discussion] Limit to TCP connections?

def at fea.kiev.ua def at fea.kiev.ua
Thu Dec 15 17:46:28 CET 2005


> No idea wether it's related to your problem, but you shouldn't
>
Yes!
Senk's!!!
Problem was in limit for open file…

> At 18:07 15.12.2005 +0200, you wrote:
>
>>         NutThreadSetPriority(254);
>
> Initially the idle thread uses 255, which had been changed
> later to 254. All other threads should use higher priorities.
> If it's too high, it may conflict with other system threads
> as well. Thus a range of 32..128 should be sufficient for
> all applications. Btw. 64 is the default. Why not use 65 for
> lower priorities?
>
> Last not least: The number of open files is limited by
> FOPEN_MAX, which is 8 by default. The first three
> are reserved for stdin, stdout and stderr.
>
> Harald
>
> _______________________________________________
> En-Nut-Discussion mailing list
> En-Nut-Discussion at egnite.de
> http://www.egnite.de/mailman/listinfo.cgi/en-nut-discussion
>





More information about the En-Nut-Discussion mailing list