Project

General

Profile

Actions

Bug #73

closed
KD KD

The FastCGI forwarding server only processes requests one at a time.

Bug #73: The FastCGI forwarding server only processes requests one at a time.

Added by Koen Deforche about 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
08/20/2009
Due date:
% Done:

0%

Estimated time:

Description

In shared process mode, only one request is handled despite having multiple threads available.

The problem is the intermediate process (Server.C) that sits in between the web server and the clients (dedicated or shared Wt processes). This server only processes requests one at a time. This should be modified to dispatch request handling in threads (or even better, to use asio... ?)

KD Updated by Koen Deforche about 17 years ago Actions #1

  • Status changed from New to Closed

This has been fixed in Wt 2.99.4

Actions

Also available in: PDF Atom