Altera_Forum
Honored Contributor
19 years agoHTTPD problems
Hello
I have problems with the eCos HTTPD package. When I make several refreshs in succession from a web browser the first requests are handled successfully but later the requests time out. After I have waited for some time I can make again some successful refreshs. The more sockets available the more successful requests can be made before the time-out issue occurs. But this should be no problem because the socket is always closed after the response has been sent. If there are 16 sockets available 1 sockets is used as the server socket and the remaining 15 can be used by client connections. After 15 http requests in short succession the next request times out. The select call which waits for a new client connection does not return for this request. If I wait for some time and issue another request it succeeds again. Any ideas what the problem might be?