Project

General

Profile

Wt event loop

Added by Gamel Jones over 13 years ago

Hi,

I develop an application that displays network messages.

Each time a message is caught on the network a signal is emitted to update each connected client (I use there the updateLock mechanism)

The HMI allows the display of this message (IP, time, and so on)

An other page allows the user to retrieve all the messages according to some criteria (user input)

When the user clicks on the "retrieve" button all the other clients connected (on the real time page) are no more receiving the messages.

Once the retrieve process finished (db + update wtableview), the messages are displayed again ...

The client is not stucked, I can browse through the different pages but no updates are done.

I thought each client connected to my "server" is attached to its own thread.

It seems to be not the case ... I don't understand what I'm doing wrong.

Regards,

Gamel