Project

General

Profile

Actions

Bug #1389

closed

Only 10 dialogs possible

Added by Herbert Zenz over 12 years ago. Updated over 12 years ago.

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

0%

Estimated time:

Description

Hello,

We have an Wt application, where we use a dialog box (WDialog) for login. If more then 10 browser connections open the dialog box, the application hangs and no more connections are possible.

You can reproduce the problem with the HelloWt - Example and the following change:

void HelloApplication::greet()

{

/*

  • Update the text, using text input into the nameEdit_ field.
    */
    greeting_setText("Hello there, " + nameEdit_>text());
    WMessageBox::show("Hello", nameEdit_->text(), Ok); <<<<<<------------
    }

Then you can make 10 connections to the hello-Application and click the "Greet Me" button, without clicking the Ok button in the message box. With the 10th click you will get only a loading indicator instead of the message box. At this point no more other connections to helloWt are possible. It makes no difference, if you use one browser with 10 tabs or 10 browsers on different machines. The only thing you can do is to restart helloWt.

Can you tell me, what i can do to get my application working with more dialog boxes?

I use Wt 3.2.1 RC (Windows) with the isapi connector for our application and with helloWt i have tested also Wt 3.2.2 p1 (Windows) with the http connector.

#1

Updated by Wim Dumon over 12 years ago

  • Status changed from New to Resolved
#6

Updated by Koen Deforche over 12 years ago

  • Status changed from Resolved to Closed
  • Assignee set to Wim Dumon
Actions

Also available in: Atom PDF