[ECOS] TCP Transactions
Andrew Lunn
andrew@lunn.ch
Tue Oct 21 07:16:00 GMT 2003
On Mon, Oct 20, 2003 at 04:27:11PM -0700, Matt Jerdonek wrote:
> Hello again,
>
> I'm developing an application that sends small
> transactions via TCP. The basic flow is 1) Bring up
> the connection 2) Send request 3) Get response 4)
> Bring down the connection. Simple enough ...
>
> But, when running any volume of transactions, all my
> socket file descriptors get stuck in TIME_WAIT state.
> When this occurs, my application is effectively
> disabled until a file descriptor times out.
Is this the client or the server end that has the problem?
Are you doing a setsocketopt() for SO_REUSEADDR?
Andrew
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list