diff options
Diffstat (limited to 'kpf/DESIGN')
-rw-r--r-- | kpf/DESIGN | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ Server May serve more than one request per connection (this is HTTP persistence.) Creates Request object on incoming request. Creates Response object when incoming request is fully received. - Sends Request and Response objects out via signals, so that they + Sends Request and Response objects out via Q_SIGNALS, so that they may be used by ActiveMonitorItem objects. WebServer @@ -93,7 +93,7 @@ traffic is received by a Server object, it simply drops the connection. A WebServer object is responsible for bandwidth management. -A Server object may not send data until it is told to by its parent (WebServer) +A Server object may not send data until it is told to by its tqparent (WebServer) object. A Server object sends a readyToWrite(this) signal when it has data to send. |