Project

General

Profile

Actions

Bug #522

closed

the new extkitchen example expose some fcgi bugs

Added by DQ Qin over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
-
Start date:
09/20/2010
Due date:
% Done:

0%

Estimated time:

Description

it's my enviroment:

Fedora linux 12

apache/2.2.6

mod_fastcgi 2.4.6

compiled with wtfcti

run with extkitchen.wt under apache/mod_fastcgi

in extkitchen's dialogExample, on browser side

it makes a endless waiting when any dialog buttons ("Ok", "Cancel") is clicked;

(see the screenshot in attach file)

on server side:

it leave a log entry:

[2010-Sep-20 23:14:24.097158] 2679 - [error] "Error reading from web server"

this log entry must be from src/fcgi/Server.C

i also test the same example with native httpd, and it's ok.


Files

Screenshot.png (30.1 KB) Screenshot.png DQ Qin, 09/20/2010 07:39 PM
Actions #1

Updated by DQ Qin over 13 years ago

i also test in windows isapi extkitchen.wt.dll

it's ok.

Actions #2

Updated by DQ Qin over 13 years ago

the same result in the traditional dialog example(example/dialog).

Actions #3

Updated by Koen Deforche over 13 years ago

  • Status changed from New to Resolved

Hey DQ Qin,

This is probably because you are not using enough threads.

You need to configure threads in your wt_config.xml file for FastCGI: server.application-settings.session-management.connector-fcgi.num-threads. Every dialog exec() will bock a thread.

Regards,

koen

Actions #4

Updated by DQ Qin over 13 years ago

thanks, koen!

Actions #5

Updated by Koen Deforche over 13 years ago

  • Status changed from Resolved to Closed

Fixed in 3.1.6

Actions

Also available in: Atom PDF