public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] suitable web server for ecos
@ 2012-12-12 21:13 Bernd Schuster
  2012-12-12 23:22 ` Laurie Gellatly
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Schuster @ 2012-12-12 21:13 UTC (permalink / raw)
  To: ecos-discuss

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

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

* Re: [ECOS] suitable web server for ecos
  2012-12-12 21:13 [ECOS] suitable web server for ecos Bernd Schuster
@ 2012-12-12 23:22 ` Laurie Gellatly
  0 siblings, 0 replies; 2+ messages in thread
From: Laurie Gellatly @ 2012-12-12 23:22 UTC (permalink / raw)
  To: Bernd Schuster; +Cc: ecos-discuss

Hi Bernd,
For my project I used an earlier version of mongoose. I've shared it with other members of the group. It has desirable features above httpd.

Had the same issues with goahead.

...Laurie:{)


On 13/12/2012, at 8:12 AM, "Bernd Schuster" <schuster_bernd@gmx.net> wrote:

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

--
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:[~2012-12-12 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-12 21:13 [ECOS] suitable web server for ecos Bernd Schuster
2012-12-12 23:22 ` Laurie Gellatly

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