Changes between Version 7 and Version 8 of QtWebKitPerformanceWork


Ignore:
Timestamp:
Dec 21, 2009 4:47:58 PM (14 years ago)
Author:
dbates@webkit.org
Comment:

Rewrote the sentence that starts "When starting the 'http_server'...", so that it reads better.

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitPerformanceWork

    v7 v8  
    2727
    2828==== 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`.
     29On 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`.
    3030
    3131==== Preparing the client ====