Boost logo

Boost :

Subject: Re: [boost] CGI / FastCGI library update
From: Artyom (artyomtnk_at_[hidden])
Date: 2010-05-20 04:58:01


> > > - Make request abstract class rather then concept. > Unless you > >   want to recompile your application to > work with each type of connection. > > An abstraction layer can always be build around a low-level > template > code. Going the other way is impossible, so please avoid > virtual functions as the only choice. > > -Thorsten Have you ever written FastCGI/SCGI application? If so can you please give me any rationale what is the difference (from application point of view) between - FastCGI over TCP/IP - FastCGI over Unix Domain Sockets? - SCGI over TCP/IP - SCGI over Unix Domain Sockets? If so give me one reason why should my application be compiled for each type of these? Good luck :-) Artyom


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk