On Tue, 2006-10-31 at 09:51 +0100, Frits de Klark wrote: > Hello everyone, > > I'm thinking about implementing a tcp/ip socket server where I assign > each incoming connection 2 realtime tasks; 1 one for transmitting data > and 1 for receiving data. I'm aware of the fact that the tasks will > lose their realtime capacities, but I want to do some tests > nonetheless. > I was wondering if there is a limit on the number of realtime tasks I > can allocate and run at the same time. Is there any?
No limit on the number of concurrent tasks. Just make sure to have enough TCB space available from the Xenomai system heap (CONFIG_XENO_OPT_SYS_HEAP). > > And may there be other problems to expect? Depending on the runtime behaviour of your system, i.e. large number of ready-to-run tasks or outstanding timers at any given time, you may want to experiment with the scalability options from the nucleus configuration section. > Thanks very much for your help, > > Frits > _______________________________________________ > Xenomai-help mailing list > [email protected] > https://mail.gna.org/listinfo/xenomai-help -- Philippe. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
