Tag Archives: Patching System

Software Patching System - Part II

In a previous post, I discussed the important requirements for a software patching system. This post will describe a practical implementation of such a patching system. We use this design in Tonido. Finally, we will look at how this design fulfills some of those requirements.
Tonido is modular and consists of the Tonido core framework and [...]

Posted in Software, Tonido | Also tagged , , , , | 1 Comment

Designing a Software Patching System

Consumer’s expectations in general always increase over time. This is inevitable given the relentless march of progress and is no different for software. Any modern software system that is worth its salt these days, has to support a whole host of features. One of these must-have features is patching.
Patching, sometimes also called as automatic updates [...]

Posted in Software | Also tagged , , | Leave a comment