Understanding MySQL Internals by Sasha Pachev
Author:Sasha Pachev [Sasha Pachev]
Language: eng
Format: epub
Tags: COMPUTERS / Database Management / General
ISBN: 9780596104818
Publisher: O'Reilly Media
Published: 2009-02-08T16:00:00+00:00
Despite the importance of threads in modern computing, they are known to have drawbacks:
Programming mistakes are very expensive. If one thread crashes, it brings the whole server down. One rogue thread can corrupt the global data, causing other threads to malfunction.
Programming mistakes are easy to make. A programmer must think constantly about the possibility of some other thread doing things to cause trouble, and how to avoid it. An extra-defensive programming approach is required.
Threaded servers are notorious for synchronization bugs that are nearly impossible to duplicate in testing but happen at a very wrong time in production. The high probability of such bugs is a result of having a shared address space, which brings on a much higher degree of thread interaction.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8295)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6704)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6680)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6552)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6339)
Driving Data Quality with Data Contracts by Andrew Jones(6288)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6056)
Learning SQL by Alan Beaulieu(5994)
Weapons of Math Destruction by Cathy O'Neil(5778)
Big Data Analysis with Python by Ivan Marin(5346)
Data Engineering with dbt by Roberto Zagni(4345)
Solidity Programming Essentials by Ritesh Modi(3992)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3850)
Pandas Cookbook by Theodore Petrou(3559)
Blockchain Basics by Daniel Drescher(3292)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2905)
Feature Store for Machine Learning by Jayanth Kumar M J(2808)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2791)
Mastering Python for Finance by Unknown(2743)
