On 18 Aug 2010, at 16:05, Peter Janovsky wrote:

> my question - is it possible to write a responsehandler within C?  i'm 
> assuming 
> it is but i am only finding responsehandler examples in Perl.

Of course!  If you're using Perl then you're also using the response handler 
from
a C module (such as mod_cgi or mod_perl) to run your script.

Chapter 5 of my book takes you through writing a response handler, from
Hello World through to all you need to switch a CGI script to a module.
http://www.apachetutor.org/

-- 
Nick Kew

Reply via email to