public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] May be problem with TCP/IP stack.
@ 2004-09-02  8:46 Tihomir Borovski
  2004-09-02  9:29 ` sebastien Couret
  0 siblings, 1 reply; 2+ messages in thread
From: Tihomir Borovski @ 2004-09-02  8:46 UTC (permalink / raw)
  To: ecos-discuss

Hi Everybody,
Strange problem came up when integrating GoAhead web server into eCos:
Server behaves stable (of course after workarounding the memory leak in
socketSelect()),
The problem occurs when trying to reload multiple times even very simple
html page, the
first 13 reloads are OK, but the 14th reload can't make it, from the client
side (browser)
server seems stuck for about 40-50 sec, and after that period everything is
ok for the
next 13 reloads and the same problem with the 14th one.
At the server side the main loop of the server is still rolling on but it
seems that
the request for the page is not 'heard' (because the timeout of socketSelect
expires)

P.S. I have telnet server on the same target which behaves in the same way:
every 14th
subsequent request for connection is not sensed by accept() in a period of
about 45 secs.

Target details:
CPU: Samsung S3C4530A (ARM core with ethernet)
RAM: 8MB
FLASH 4MB
OS: eCos 2.0

Any ideas?


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] May be problem with TCP/IP stack.
  2004-09-02  8:46 [ECOS] May be problem with TCP/IP stack Tihomir Borovski
@ 2004-09-02  9:29 ` sebastien Couret
  0 siblings, 0 replies; 2+ messages in thread
From: sebastien Couret @ 2004-09-02  9:29 UTC (permalink / raw)
  To: Tihomir Borovski, ecos-discuss

On Thursday 02 September 2004 10:45, Tihomir Borovski wrote:
> Hi Everybody,
> Strange problem came up when integrating GoAhead web server into eCos:
> Server behaves stable (of course after workarounding the memory leak in
> socketSelect()),
> The problem occurs when trying to reload multiple times even very simple
> html page, the
> first 13 reloads are OK, but the 14th reload can't make it, from the client
> side (browser)
> server seems stuck for about 40-50 sec, and after that period everything is
> ok for the
> next 13 reloads and the same problem with the 14th one.
> At the server side the main loop of the server is still rolling on but it
> seems that
> the request for the page is not 'heard' (because the timeout of
> socketSelect expires)
>
> P.S. I have telnet server on the same target which behaves in the same way:
> every 14th
> subsequent request for connection is not sensed by accept() in a period of
> about 45 secs.
>
> Target details:
> CPU: Samsung S3C4530A (ARM core with ethernet)
> RAM: 8MB
> FLASH 4MB
> OS: eCos 2.0
>
> Any ideas?

Have a look at the mailing list, I have submitted an answer to what should be 
the same problem.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-02  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-02  8:46 [ECOS] May be problem with TCP/IP stack Tihomir Borovski
2004-09-02  9:29 ` sebastien Couret

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).