Changes between Version 7 and Version 8 of QtWebKitPerformanceWork
- Timestamp:
- Dec 21, 2009, 4:47:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitPerformanceWork
v7 v8 27 27 28 28 ==== Preparing the server ==== 29 On the server the '''http_server''' must be launched. root access is required to be able to bind to port 80 of the system. If a web server like apache is already running it must be stopped before starting the '''http_server'''. The server will abort when it fails to bind to the port. When starting the '''http_server''' pass the to be used database to the process, e.g. `sudo ./http_server benchmark_content.db`.29 On the server the '''http_server''' must be launched. root access is required to be able to bind to port 80 of the system. If a web server like apache is already running it must be stopped before starting the '''http_server'''. The server will abort when it fails to bind to the port. When starting the '''http_server''' pass the path to the database file to be used as the first command-line argument, e.g. `sudo ./http_server benchmark_content.db`. 30 30 31 31 ==== Preparing the client ====