As noted earlier, one of the biggest problems with CGIs is that a whole new program must be started up for every request. A number of approaches have been taken to eliminate this overhead. One such approach is called Fast CGI. In this model, the CGI remains running instead of restarting each time. The Web server passes the CGI requests to the program over a communication channel called a socket, reads the HTML back over the same channel, and then passes the HTML on to the user. This gives the situation illustrated in Figure 1.3 . Figure 1.3. Fast CGI. You are here:CodeIdol > Java > JavaServer Pages > page: 1314151617181920212223
AJAX popular information C# language guides Windows books and cookbooks
.......
С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.