On Mon, 6 Feb 2006, chentom60 wrote:
> I am interested in this and I am doing a similar one also. I have
> tried Jim Jackson's simple shell web server which worked well after
> making a little modification for my TS7250.
What was the mod - editing /etc/services?
> But I am thinking whether a web server( written in C) is more
> powerful which can communicate with other tasks, handle file
> open/close, read/write etc.
A web server written in C certainly has the potential to be more powerful,
but there are several C webservers around which would port very easily.
I would waste effort in re-inventing that wheel.
But if performance is not paramount, then there are often many advantages
to having things scripted - and a script can open/close files, read and
write stuff, run anything you want etc etc. And scripts are very small :-)
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|