
20 May
2010
20 May
'10
8:58 a.m.
- 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