Avoid entering energy saving mode
General and Desktop
3
Posts
3
Posters
3.3k
Views
1
Watching
-
I have an application using Qt for TCP/IP communication. The application is receiving real-time data through the tcp/ip bascially until the application is stopped.
Unfortunately, is the Windows 7 energy saving option hibernating the system while the application is still running. After waking up the application sometimes even seem to continue the receiption the real-time data. However, always a gap in the data will occur.
Is there a possibility to suspend the energy saving through Qt? -
You will need platform specific code to disable energy saving.