I would suggest that for an embedded application mathopd would be overkill.

Mathopd has many features and capabilities that are far far beyond what you
probably require.

I would think that it would be better to build a small http server that
built web pages in memory based on the information needed. No need for a
filesystem nor the complexity of mathopd.

You might want to have a look at micro_httpd
(http://www.acme.com/software/micro_httpd/) -- a web server in 150 lines of
C -- and use it as the basis for your server.

Don't get me wrong - we really like mathopd. If you need cgi-bin, security,
virtual servers, etc. and etc. then mathopd is great. But you don't so go
with something smaller and simpler.

IMHO anyway.

g.

----- Original Message -----
From: "Han Yonghee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 26, 2001 3:39 AM
Subject: Simplest file system for embedded mathopd server


> Hello,
> I am developing router.
> I want to use mathopd server for the router  to build
> web page for setting.
> The RTOS what I am using has no file system.
> The RTOS is not general. it means no POSIX and no
> famility with well-known OS.
> So, I want to know what file system is easy to port to
> like this OS.
>
> Any comment, welcom.
>
> Thank you.
>
> Yonghee Han


Reply via email to