piedg...@gmail.com Wrote: >I think i can do any app using cgi only, for embedded. Your problem is >how to parse the name and value out, and, then, writing some simple app >is so easy. Why fastcgi is needed?
I need FastCGI) because I might try to use ExtP (which is a Component to enable ExtPasacal, which in turn is a Wrapper for the ExtJS framework, using compiled Pascal instead if interpreted Java on the server site). ExtP creates a CGI executable that uses FastCGI. Even if I do this without using EXTP (or even using C instead of Pascal), I want to do a free running program that can optionally be accessed by a browser for watching controlling and configuration while it's running. FastCGI would be a good way to do that. I am aware that you I can create a "gateway" CGI executable that somehow communicates with the application in either a standard (such as FastCGI) or a propriety way. In fact Extpascal comes with such a gateway that creates FastCGI communication from the web server's CGI requests. Maybe I can use same, but I'd like to avoid the complexity by using an FCGI aware webserver. -Michael _______________________________________________ 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