public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Michael Sig Birkmose <michael@gisp.dk>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Problems with sockets after 1132 requests
Date: Tue, 02 Dec 2003 12:53:00 -0000	[thread overview]
Message-ID: <20031202125315.GE21590@lunn.ch> (raw)
In-Reply-To: <20031202131549.Y54717@server.gisp.dk>

On Tue, Dec 02, 2003 at 01:18:02PM +0100, Michael Sig Birkmose wrote:
> Hi List,
> 
> I have some problems handling many requests to a tcp server in eCos 2.0.
> 
> I am using the code found in net/common/v2_0/tests/server_test.c (I don't
> modify it at all)
> 
> I have no problems connecting to the server on that port. However, when I
> continuosly send tcp requests to the eCos tcp server, reads the response,
> and then closes the socket, the server always stops responding after 1132
> requests has been handled.

What are you using for a client?

I've got a test running at the moment using the synth target and a
little script:

while true ; do cat /dev/zero | netcat 192.168.10.10 7734  ; done

Its run for other 20000 connections without a problem. 

    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

  reply	other threads:[~2003-12-02 12:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-02 11:59 Michael Sig Birkmose
2003-12-02 12:53 ` Andrew Lunn [this message]
2003-12-02 13:03 ` sandeep
2003-12-02 15:07   ` Andrew Lunn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031202125315.GE21590@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=michael@gisp.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).