Project focus: realize a concurrent Web server that adapt dinamically the static contents depending on device-client features.
Course: Ingegneria di Internet e Web
University: UniversitĂ di Roma Tor Vergata
Team: 3 people
1- ImageMagick available to the link: http://www.imagemagick.org/script/install-source.php
2- SQLite3
To install the executable file:
$ source instal
Three scenarios for the configuration:
- $ ./server
The default value are set (port: 5193, 7 child).
- $ ./server 1234
The port 1234 and default number of child (7) are set.
- $ ./server 1234 5
The port 1234 and 5 child are set.