Bug #522
closedthe new extkitchen example expose some fcgi bugs
0%
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
Updated by DQ Qin over 14 years ago
i also test in windows isapi extkitchen.wt.dll
it's ok.
Updated by DQ Qin over 14 years ago
the same result in the traditional dialog example(example/dialog).
Updated by Koen Deforche over 14 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