Understanding MySQL Internals by Sasha Pachev

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



Copyright Disclaimer:
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.