On 07/11/2009, at 6:38 AM, Gary Altenberg wrote:
I’m wondering what web server people are using with uClinux?
People are using a lot of different web servers: - µWeb built-in web server - fnord - busybox httpd - mini_httpd - thttpd - even boa!
I need to have web pages for my board update when some I/O changes on the board. I know I can use http request from a browser to query the status of I/O via a CGI program but I was wondering if anyone has found a way to just update a page when some event happens on the board like I/O inputs changing?
HTTP requests are always initiated from the client side. The only way you can achieve the appearance of asynchronous responses from the server is via polling, with all the attendant downsides. One approach is to use AJAX as a way of minimising the polling traffic, but it is still polling.
Cheers, Steve
Thanks, Gary _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
-- WorkWare Systems Pty Ltd W: www.workware.net.au P: 0434 921 300 E: ste...@workware.net.au F: 07 3102 9221
_______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev