From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26185 invoked by alias); 12 Dec 2012 21:13:00 -0000 Received: (qmail 26171 invoked by uid 22791); 12 Dec 2012 21:12:59 -0000 X-SWARE-Spam-Status: No, hits=2.4 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,TW_PP X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mailout-de.gmx.net) (213.165.64.23) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Wed, 12 Dec 2012 21:12:55 +0000 Received: (qmail 32687 invoked by uid 0); 12 Dec 2012 21:12:53 -0000 Received: from 92.73.183.56 by www041.gmx.net with HTTP; Wed, 12 Dec 2012 22:12:51 +0100 (CET) Content-Type: text/plain; charset="utf-8" Date: Wed, 12 Dec 2012 21:13:00 -0000 From: "Bernd Schuster" Message-ID: <20121212211251.281700@gmx.net> MIME-Version: 1.0 To: ecos-discuss@ecos.sourceware.org Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] suitable web server for ecos X-SW-Source: 2012-12/txt/msg00027.txt.bz2 Hi, I`m doing a ethernet switch project with eCos and a 400MHZ MIPS Prozessor. For my application I`ll need a web server to configurate the fixture. At the moment I`m using the httpd web server which is already included in the ecos enviroment. It`s working but it takes a long time at startup to be able to open the first webpage. I`m not sure if the httpd source code is responsible for this delay or any other part of the ecos. In the reference manual of the ecos o/s, I read that httpd is maybe not the best solution (http://ecos.sourceware.org/docs-2.0/ref/net-httpd-chapter.html). I`v also heard about the Goahead webserver, but the fact that we`ve to include the logo at the startpage makes this web server unusable for this project. But there`s another web server, called "appweb" which should be fast and also small... but I`m not quite sure if it is suitable for a ecos system because it looks like equal to apache server. First of all I`ll need a very fast web server, which supports HTTPS and IPv6, GET and POST requests. As content, I`ll create and send xml and xsl files instead of html files. Therefore it would be great if it web server has a fast xml parser. At the moment I found the following web servers: httpd, goahead, appweb and mongoose. Do you know any further web servers I should take into account? And which web server will you suggest? best regards Bernd -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss