From: Glyn M. <gly...@gm...> - 2008-03-24 16:26:01
|
On 24/03/2008, Darren Garvey <dar...@gm...> wrote: > > 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 > That should be http://svn.boost.org/svn/boost/sandbox/SOC/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. > Thanks, I'll take a look through them. Regards, Glyn |