search
0
cart
close
You have no products in your basket yet
left
Tech Categories
Best Sellers
New Releases
Books
Videos
Audiobooks
Articles
Newsletters
Free Learning
right
Effective Concurrency in Go

Effective Concurrency in Go: Develop, analyze, and troubleshoot high performance concurrent applications with ease

By Burak Serdar
$31.99 $21.99
Book Apr 2023 212 pages 1st Edition
eBook
$31.99 $21.99
Print
$39.99
Subscription
$15.99 Monthly
eBook
$31.99 $21.99
Print
$39.99
Subscription
$15.99 Monthly

What do you get with eBook?

Feature icon Instant access to your Digital eBook purchase
Feature icon Download this book in EPUB and PDF formats
Feature icon Access this title in our online reader with advanced features
Feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Apr 21, 2023
Length 212 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781804619070
Category :
Concepts :
toc View table of contents toc Preview Book toc Download Code

Key benefits

  • Learn about the Go concurrency primitives, Go memory model, and common concurrency patterns
  • Develop the insights on how to model solutions to real-life problems using concurrency
  • Explore practical techniques to analyze how concurrent programs behave

Description

The Go language has been gaining momentum due to its treatment of concurrency as a core language feature, making concurrent programming more accessible than ever. However, concurrency is still an inherently difficult skill to master, since it requires the development of the right mindset to decompose problems into concurrent components correctly. This book will guide you in deepening your understanding of concurrency and show you how to make the most of its advantages. You’ll start by learning what guarantees are offered by the language when running concurrent programs. Through multiple examples, you will see how to use this information to develop concurrent algorithms that run without data races and complete successfully. You’ll also find out all you need to know about multiple common concurrency patterns, such as worker pools, asynchronous pipelines, fan-in/fan-out, scheduling periodic or future tasks, and error and panic handling in goroutines. The central theme of this book is to give you, the developer, an understanding of why concurrent programs behave the way they do, and how they can be used to build correct programs that work the same way in all platforms. By the time you finish the final chapter, you’ll be able to develop, analyze, and troubleshoot concurrent algorithms written in Go.

What you will learn

Understand basic concurrency concepts and problems Learn about Go concurrency primitives and how they work Learn about the Go memory model and why it is important Understand how to use common concurrency patterns See how you can deal with errors in a concurrent program Discover useful techniques for troubleshooting

What do you get with eBook?

Feature icon Instant access to your Digital eBook purchase
Feature icon Download this book in EPUB and PDF formats
Feature icon Access this title in our online reader with advanced features
Feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Apr 21, 2023
Length 212 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781804619070
Category :
Concepts :

Table of Contents

13 Chapters
Preface Packt Packt
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Get in touch
Share Your Thoughts
Chapter 1: Concurrency – A High-Level Overview Packt Packt
Chapter 1: Concurrency – A High-Level Overview
Technical Requirements
Concurrency and parallelism
Shared memory versus message passing
Atomicity, race, deadlocks, and starvation
Summary
Question
Further reading
Chapter 2: Go Concurrency Primitives Packt Packt
Chapter 2: Go Concurrency Primitives
Technical Requirements
Goroutines
Channels
Mutex
Wait groups
Condition variables
Summary
Questions
Chapter 3: The Go Memory Model Packt Packt
Chapter 3: The Go Memory Model
Why a memory model is necessary
The happened-before relationship between memory operations
Synchronization characteristics of Go concurrency primitives
Summary
Further reading
Chapter 4: Some Well-Known Concurrency Problems Packt Packt
Chapter 4: Some Well-Known Concurrency Problems
Technical Requirements
The producer-consumer problem
The dining philosophers problem
Rate limiting
Summary
Chapter 5: Worker Pools and Pipelines Packt Packt
Chapter 5: Worker Pools and Pipelines
Technical Requirements
Worker pools
Pipelines, fan-out, and fan-in
Summary
Questions
Chapter 6: Error Handling Packt Packt
Chapter 6: Error Handling
Error handling
Panics
Summary
Chapter 7: Timers and Tickers Packt Packt
Chapter 7: Timers and Tickers
Technical Requirements
Timers – running something later
Tickers – running something periodically
Summary
Chapter 8: Handling Requests Concurrently Packt Packt
Chapter 8: Handling Requests Concurrently
Technical Requirements
The context, cancelations, and timeouts
Backend services
Streaming data
Dealing with multiple streams
Summary
Chapter 9: Atomic Memory Operations Packt Packt
Chapter 9: Atomic Memory Operations
Technical Requirements
Memory guarantees
Compare and swap
Practical uses of atomics
Summary
Chapter 10: Troubleshooting Concurrency Issues Packt Packt
Chapter 10: Troubleshooting Concurrency Issues
Technical Requirements
Reading stack traces
Detecting failures and healing
Debugging anomalies
Summary
Further reading
Index Packt Packt
Index
Why subscribe?
Other Books You May Enjoy Packt Packt
Other Books You May Enjoy
Packt is searching for authors like you
Share Your Thoughts
Download a free PDF copy of this book
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQS

How do I buy and download an eBook? Packt Packt

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Packt Packt

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Packt Packt
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Packt Packt

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Packt Packt
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Packt Packt

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.