[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Re: socket TCP
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Re: socket TCP |
Date: |
Tue, 29 Sep 2009 12:20:04 +0100 |
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