Re: Wrapping FastCGI - Function howto?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Ok, here is an example C usage:

FCGX_ParamArray envp;
while (FCGX_Accept(&in, &out, &err, &envp) >= 0) { ... }


FCGX_ParamArray = typedef char **FCGX_ParamArray;

I'm just drawing at straws, allocating, allocating strings, string arrays,
poking, poking4, etc... nothing work so far and I realize my method is terrible,
but I'm not sure what to give it, thus I was hoping with wild guesses I'd get
lucky, but not yet.

--
Jeremy Cowgar
http://jeremy.cowgar.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu