- From: Wang, Jing J <jing.j.wang@intel.com>
- Date: Fri, 19 Jul 2013 02:26:03 +0000
- To: Tobie Langel <tobie@w3.org>, Brad Hill <hillbrad@gmail.com>
- CC: Ms2ger <ms2ger@gmail.com>, public-test-infra <public-test-infra@w3.org>
>> The second question is which programming languages will be available, and that one is a tad more complex. Current usage of server side code mostly focus on fiddle with header and very simple Content, php looks heavy here. IMO, CGI can just meet requirements. * Completely control the http response. Thus , for "Content-Type: text/html; charset=iso-8859-15" header issue, it is very easy via CGI script. * No limitation on programming language - Python, or even Shell * Lightweight. All web server already natively support CGI. I know CGI is a old technique, which is process based instead of thread, and less powerful, but it is feasible in this case. Rgds jwang --tobie
Received on Friday, 19 July 2013 02:26:38 UTC