New guides: background jobs and SQL isolation
September 28, 2015 10:22 am Leave your thoughtsOver the last few days we have added two new pages to our developer guide.
Christian wrote an article about Running background jobs. It describes a couple of patterns when it comes to running jobs in the background that requires access to the database. Discussed patterns include using a timer and running a separate (non-database) thread
Alexey described SQL isolation between applications, which is about how we ensure that a data model of a single app does not go in conflict with the data model of other apps running in the same database.
Categorised in: Website news
This post was written by Marcin Warpechowski