From: Darren G. <dar...@gm...> - 2008-03-24 14:13:13
|
Hey Glyn, On 24/03/2008, Glyn Matthews <gly...@gm...> wrote: > > > On 24/03/2008, Darren Garvey <dar...@gm...> wrote: > > > > > > Perhaps we can open discussion about where things should and shouldn't > > align and how best to do that? It'll be summer before I have any real time > > to spend on this, but I'm really keen that we can make some progress on > > this. > > > That'd be cool. You're under no time pressure from us. Where can I find > the code for the CGI library? > Oh, of course. Good point! The code is in the boost sandbox: // browser-friendly http://svn.boost.org/trac/boost/browser/sandbox/SOC/2007/cgi/branches/release // check-out http://svn.boost.org/svn/boost/sandbox/2007/cgi/branches/release Unfortunately the docs are part-way through a complete rewrite. The examples may be more helpful at this stage. I have them (and the half-baked test suite) compiling on debian linux with gcc 4.1.3 and on windows with VC++9. The FastCGI examples only work on linux, unless you wanted to set up your own native acceptor and assign() it to the fcgi::acceptor - which I wouldn't recommend. Regards, Darren |