Sat.Aug 27, 2016 - Fri.Sep 02, 2016

article thumbnail

Use Mozilla’s LocalForage For Key-Value Storage In Ionic Framework

The Polyglot Developer

A few years ago I wrote an article called Use ngStorage for all Your AngularJS Local Storage Needs , which was intended to be for AngularJS in general. However, I understand many readers were using it in their hybrid Apache Cordova or Ionic Framework applications. There is nothing wrong with this. However, ngStorage is a wrapper for HTML5 local storage which is known to have compatibility issues under certain circumstances.

Storage 52
article thumbnail

Method, Part II

The Agile Manager

Last month, we looked at method as a codification of experience borne of values and expressed through rules, guidelines, practices, policies, and so forth. This month, we'll take a look at the relationship between method and the things that influence it, and that it influences. The principal framework is an article by Cliff Jacobson describing the change in method that impacted camping and outdoor activity starting in the 1950s, drawing comparisons to changes in method in software development.

article thumbnail

How It Works: How is SQL Server Error 833, 15 Sec I/O Detected

SQL Server According to Bob

I was approached to revisit the details of how Error Message 833 is detected and reported. SQL Server has encountered %d occurrence(s) of I/O requests taking longer than %d seconds to complete on file [%ls] in database [%ls] (%d). The OS file handle is 0x%p. The offset of the latest long I/O is: %#016I64x. Older versions of SQL Server leveraged the Lazy Writer and I/O completion callback routines to record vs report the error condition.

Servers 45