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.
|
||||
|
||||
## Goal
|
||||
What we want is a high performance server using asynchrony within the threads (multi-threading) to have the maximum possible performance.
|
||||
Also a feature of caching content is a must.
|
||||
What we want is a high performance server using asynchrony at first, and then maybe multi-threading to have the maximum possible performance.
|
||||
|
||||
## Configuration
|
||||
**WIP**
|
||||
@ -17,3 +16,8 @@ in our source code.
|
||||
|
||||
## Documentation
|
||||
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
|
||||
|
||||
|
||||
Configuration ..> "produces" Information
|
||||
Network ..> "uses" TaskRequest
|
||||
Network ..> "uses" Information
|
||||
|
Loading…
Reference in New Issue
Block a user