User bprasetio - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T00:52:44Z http://stackoverflow.com/feeds/user/20234 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/422539/energy-efficient-application-development/429735#429735 0 Answer by bprasetio for Energy efficient application development bprasetio 2009-01-09T21:05:23Z 2009-01-09T21:05:23Z <p>During test phase for different operating systems, different configurations, use virtualization (virtual machine) instead of adding new computers or servers. Virtualization can also be an alternative when we need to add more servers while the usage of available servers are not optimal (underload) yet.</p> http://stackoverflow.com/questions/277514/delphi-how-do-you-auto-update-your-applications/308576#308576 1 Answer by bprasetio for Delphi: How do you auto-update your applications? bprasetio 2008-11-21T12:09:27Z 2008-11-21T12:09:27Z <p>Same as "stg" and "GuyWithDogs", I'm using TWebUpdate from TMS. Although the documentation isn't so great, Its not so difficult to learnt. </p> <p>With TWebUpdate, you have some options what the protocol you use, it could be done via HTTP, FTP or network access.</p> <p>For communication layer, TWebUpdate uses WinInet. In some machines, the windows / IE URL cache can be frustating, so I've added a routine to clear the auto-update server address from cache first to ensure the information gathered from the server is up-to-date.</p>