| |
|
Objectives
The project objective was to create a Web news engine.
|
|
Results
The project implementation resulted in the support for news display.
|
| |
|
Technical peculiarities
The news was meant to be processed on Linux Web servers that do not have
access to DBMS, and the script languages may not be supported under them either.
That is why the news engine was implemented using C++ and, besides
generating HTML-pages which is a normal
|
|
feature of a CGI-application, it provided the functionality of a special database.
This functionality implements storing all the news messages in a file and
managing multiple simultaneous requests of data read and write.
|