Click here to Skip to main content
15,885,141 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsAmericans want an internet bill of rights to protect their online data Pin
Kent Sharkey5-Apr-20 9:00
staffKent Sharkey5-Apr-20 9:00 
GeneralRe: Americans want an internet bill of rights to protect their online data Pin
Mark_Wallace5-Apr-20 9:58
Mark_Wallace5-Apr-20 9:58 
GeneralRe: Americans want an internet bill of rights to protect their online data Pin
Nelek5-Apr-20 23:18
protectorNelek5-Apr-20 23:18 
NewsMicrosoft looking to give Windows 10 “dail-tone” reliability Pin
Kent Sharkey5-Apr-20 9:00
staffKent Sharkey5-Apr-20 9:00 
GeneralRe: Microsoft looking to give Windows 10 “dail-tone” reliability Pin
Mark_Wallace5-Apr-20 9:55
Mark_Wallace5-Apr-20 9:55 
GeneralRe: Microsoft looking to give Windows 10 “dail-tone” reliability Pin
Greg Utas5-Apr-20 10:10
professionalGreg Utas5-Apr-20 10:10 
GeneralRe: Microsoft looking to give Windows 10 “dail-tone” reliability Pin
kalberts6-Apr-20 6:54
kalberts6-Apr-20 6:54 
GeneralRe: Microsoft looking to give Windows 10 “dail-tone” reliability Pin
Greg Utas6-Apr-20 7:38
professionalGreg Utas6-Apr-20 7:38 
Although modules could be loaded separately, they were only replaced in the lab, never in the field. The system more closely resembled one executable with threads, with its configuration data normally write-protected. It had hitless patching in the early 1980s, and that's how bug fixes were delivered to in-service sites.

CPUs were paired, running under either hot (hardware checkpointing) or warm standby (software checkpointing), with failover. Both have drawbacks when recovering from serious errors; the real advantage of pairing is that a new software release can be installed, with no outage at all, by
  • dropping synch
  • loading the new software into the inactive unit
  • resynching (always software checkpointing)
  • making the inactive unit active
  • upgrading the remaining unit
  • resynching the just-upgraded inactive unit
Applications were stateful. None of this lame stateless shite that is currently in vogue for web apps. There simply wasn't enough CPU power or disk bandwidth to commit after every transaction and reload before handling the next one.

The first trials were in the late 1970s, after which new capabilities were continually added. The system is still in widespread use some 40 years later.

GeneralRe: Microsoft looking to give Windows 10 “dail-tone” reliability Pin
jsc425-Apr-20 22:48
professionaljsc425-Apr-20 22:48 
JokeRe: Microsoft looking to give Windows 10 “dail-tone” reliability Pin
Daniel Pfeffer5-Apr-20 23:21
professionalDaniel Pfeffer5-Apr-20 23:21 
GeneralRe: Microsoft looking to give Windows 10 “dail-tone” reliability Pin
Nelek5-Apr-20 23:08
protectorNelek5-Apr-20 23:08 
NewsOur journey to type checking 4 million lines of Python Pin
Kent Sharkey5-Apr-20 9:00
staffKent Sharkey5-Apr-20 9:00 
GeneralRe: Our journey to type checking 4 million lines of Python Pin
Marc Clifton5-Apr-20 13:32
mvaMarc Clifton5-Apr-20 13:32 
GeneralRe: Our journey to type checking 4 million lines of Python Pin
Kent Sharkey5-Apr-20 13:59
staffKent Sharkey5-Apr-20 13:59 
GeneralRe: Our journey to type checking 4 million lines of Python Pin
Mark_Wallace5-Apr-20 19:39
Mark_Wallace5-Apr-20 19:39 
NewsMicrosoft: Emotet took down a network by overheating all computers Pin
Kent Sharkey5-Apr-20 9:00
staffKent Sharkey5-Apr-20 9:00 
GeneralRe: Microsoft: Emotet took down a network by overheating all computers Pin
Mark_Wallace5-Apr-20 9:59
Mark_Wallace5-Apr-20 9:59 
NewsC++ proposal dismisses backward compatibility Pin
Kent Sharkey5-Apr-20 9:00
staffKent Sharkey5-Apr-20 9:00 
GeneralRe: C++ proposal dismisses backward compatibility Pin
Mark_Wallace5-Apr-20 9:53
Mark_Wallace5-Apr-20 9:53 
NewsRegex performance improvements in .NET 5 Pin
Kent Sharkey5-Apr-20 9:00
staffKent Sharkey5-Apr-20 9:00 
GeneralRe: Regex performance improvements in .NET 5 Pin
Mark_Wallace5-Apr-20 9:52
Mark_Wallace5-Apr-20 9:52 
GeneralRe: Regex performance improvements in .NET 5 Pin
David O'Neil5-Apr-20 14:09
professionalDavid O'Neil5-Apr-20 14:09 
GeneralRe: Regex performance improvements in .NET 5 Pin
honey the codewitch6-Apr-20 4:42
mvahoney the codewitch6-Apr-20 4:42 
GeneralRe: Regex performance improvements in .NET 5 Pin
#realJSOP6-Apr-20 0:34
mve#realJSOP6-Apr-20 0:34 
NewsCOVID-19 response: New Jersey urgently needs COBOL programmers (yes, you read that correctly) Pin
Kent Sharkey5-Apr-20 8:45
staffKent Sharkey5-Apr-20 8:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.