----- Original Message -----
Sent: Thursday, November 03, 2005 8:14
PM
Subject: Re: [users@httpd] Serving
dynamic pages with C
On 11/3/05, Rob Belics <rob_belics@xxxxxxxxxxx>
wrote: > I would like my Apache server to
dynamically create and serve some web > pages using
'C'. I am not interested in using the default CGI or Perl.
Keep in mind that you can use 'C' (as in C language, I
suppose you mean) to generate HTML. If you respect CGI, then C programs
can be used as CGI scripts. They can be VERY fast--see http://genome.ucsc.edu as an example of set of
compiled C-code running a website.
Sean
|