Integration of the features/TODO
This commit is contained in:
parent
43fb32f6aa
commit
dffa80faf3
@ -7,8 +7,7 @@ It is also a chance for me and a friend (Brumaire) to practice C++ and to try to
|
|||||||
I use PlantUML to do the class diagram for the design. It's a work in progress.
|
I use PlantUML to do the class diagram for the design. It's a work in progress.
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
What we want is a high performance server using asynchrony within the threads (multi-threading) to have the maximum possible performance.
|
What we want is a high performance server using asynchrony at first, and then maybe multi-threading to have the maximum possible performance.
|
||||||
Also a feature of caching content is a must.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
**WIP**
|
**WIP**
|
||||||
@ -17,3 +16,8 @@ in our source code.
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
The doc of the code is made with [doxygen](https://www.doxygen.nl/), the `Doxyfile` is at the root of the repo.
|
The doc of the code is made with [doxygen](https://www.doxygen.nl/), the `Doxyfile` is at the root of the repo.
|
||||||
|
|
||||||
|
## TODO/features
|
||||||
|
* Possibility of an applicative gateway (like CGI for example)
|
||||||
|
* Content in RAM cache
|
||||||
|
* Asynchronous (boost ASIO deals with it)
|
@ -1,6 +1,5 @@
|
|||||||
@startuml
|
@startuml
|
||||||
|
|
||||||
|
|
||||||
Configuration ..> "produces" Information
|
Configuration ..> "produces" Information
|
||||||
Network ..> "uses" TaskRequest
|
Network ..> "uses" TaskRequest
|
||||||
Network ..> "uses" Information
|
Network ..> "uses" Information
|
||||||
|
Loading…
Reference in New Issue
Block a user