User bprasetio - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T00:52:44Zhttp://stackoverflow.com/feeds/user/20234http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/422539/energy-efficient-application-development/429735#4297350Answer by bprasetio for Energy efficient application developmentbprasetio2009-01-09T21:05:23Z2009-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#3085761Answer by bprasetio for Delphi: How do you auto-update your applications?bprasetio2008-11-21T12:09:27Z2008-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>