On Tue, 2009-09-29 at 11:13 +0200, Oscar F wrote: > Hello, i know exactly the request customer to accept the connection. > > the question is, can i accept two or more conecction TCP in only > thread of the my program ( create in board EVK1100 AVR32 )
Yes. This is the best way to do it. Creating more threads will make your problems worse, not better! Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
