B V Raghav
2015-04-17 01:47:37 UTC
Invariably with all my witty applications, I see that the page refreshes
automatically, after some time [not consistent, but every 5 minutes],
losing all information about the current state.
I have documented two instances where the behaviour is repeated:
1. Hello world example
https://drive.google.com/open?id=0B_Cj6nIE_2VAWXdSQ1plUHlhcXM&authuser=0
2. Sum Widget -- I created for learning.
https://drive.google.com/open?id=0B_Cj6nIE_2VAYzFNdUZNZDlpbEU&authuser=0
Both the examples had been created with the following configuration:
Boost 1.55.0
Wt 3.3.0
Gcc 4.7.2
Apache 2.2.22
mod_fcgid 2.3.6
Deployment using Wtfcgi on Apache Httpd
Wt Config [Override on approot]
---
<server>
<application-settings location="*">
<session-management>
<reload-is-new-session>false</reload-is-new-session>
</session-management>
<connector-fcgi>
<run-directory>/home/bvr/var/run/wt</run-directory>
</connector-fcgi>
<log-config>* debug</log-config>
</application-settings>
</server>
My Questions:
1. Is this a bug or a feature?
2. This might be a server-initiated update, or a periodic client-side
update. However, can the values in the widget be preserved during such an
update?
Thanks,
automatically, after some time [not consistent, but every 5 minutes],
losing all information about the current state.
I have documented two instances where the behaviour is repeated:
1. Hello world example
https://drive.google.com/open?id=0B_Cj6nIE_2VAWXdSQ1plUHlhcXM&authuser=0
2. Sum Widget -- I created for learning.
https://drive.google.com/open?id=0B_Cj6nIE_2VAYzFNdUZNZDlpbEU&authuser=0
Both the examples had been created with the following configuration:
Boost 1.55.0
Wt 3.3.0
Gcc 4.7.2
Apache 2.2.22
mod_fcgid 2.3.6
Deployment using Wtfcgi on Apache Httpd
Wt Config [Override on approot]
---
<server>
<application-settings location="*">
<session-management>
<reload-is-new-session>false</reload-is-new-session>
</session-management>
<connector-fcgi>
<run-directory>/home/bvr/var/run/wt</run-directory>
</connector-fcgi>
<log-config>* debug</log-config>
</application-settings>
</server>
My Questions:
1. Is this a bug or a feature?
2. This might be a server-initiated update, or a periodic client-side
update. However, can the values in the widget be preserved during such an
update?
Thanks,
--
(b v raghav)
***@gmail.com
(b v raghav)
***@gmail.com