[En-Nut-Discussion] Stack Size
Tim DeBaillie
debaillie at ciholas.com
Fri Sep 8 17:33:29 CEST 2006
On Fri, 8 Sep 2006, Harald Kipp wrote:
> There is no limit on the number of concurrent connections other than
> heap space (NutHeapAvailable). However, if you are using socket
> streams via freopen(), Nut/OS limits the number of streams to 5
> (plus 3 more for stdin, stdout and stderr). You can change this in the
> Configurator. Do not forget to rebuild Nut/OS when changing this.
Where do I configure this in the Configurator. I can't find any option
that has a description like you are describing.
> However, you need to start as many threads as concurrent connections
> you want to support. At the cost of RAM.
I understand this and already have that setup.
> If you didn't mean concurrent connections, then your application
> may have failed because you didn't properly close the connections.
I did mean concurrent connections. Sorry, I failed to mention that. I can
get 5 concurrent connections, no more.
--
Tim DeBaillie 812-476-2721 x102
Ciholas Technologies 812-476-2881
255 South Garvin St. debaillie at ciholas.com
Evansville, IN 47713 www.ciholas.com
More information about the En-Nut-Discussion
mailing list