[Interest] Interval QTimer not firing in server after running for months

2013-01-13 Thread Tony Rietwyk
Hi Everybody, My Qt server runs on machines in the cloud with Debian 'squeeze' and Qt 4.6.3. It needs to respond to changes in its configuration settings file. Since QFileSystemWatcher didn't work, my code just polls every 10 minutes using QTimer. It has been running since 10 Oct last year.

Re: [Interest] Interval QTimer not firing in server after running for months

2013-01-13 Thread Thiago Macieira
On segunda-feira, 14 de janeiro de 2013 17.42.07, Tony Rietwyk wrote: Hi Everybody, My Qt server runs on machines in the cloud with Debian 'squeeze' and Qt 4.6.3. It needs to respond to changes in its configuration settings file. Since QFileSystemWatcher didn't work, my code just polls