Skip to content

Concurrent Patterns and Best Practices, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Concurrent-Patterns-and-Best-Practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent-Patterns-and-Best-Practices

Concurrent Patterns and Best Practices, published by Packt

This is the code repository for , published by Packt.

Build scalable apps with patterns in multithreading, synchronization, and functional programming

What is this book about?

This book covers the following exciting features:

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

/* singleton case */
if (instance == null)
 create the object and return its reference
else
  return the instance

Following is what you need for this book: This is a must-have guide for developers who want to learn patterns to build scalable and high-performing apps. It’s assumed that you already have a decent level of programming knowledge.

With the following software and hardware list you can run all code files present in the book (Chapter 1-7).

Software and Hardware List

Chapter Software required OS required
1-5 Java/JDK 1.8 Windows, Mac OS X, and Linux (Any)
6-7 Scala 2.12.1 Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Atul S Khot Atul S. Khot is a self-taught programmer and has written software programmes in C and C++. Having extensively programmed in Java and dabbled in multiple languages, these days, he is increasingly getting hooked on Scala, Clojure, and Erlang. Atul is a frequent speaker at software conferences and a past Dr. Dobb's product award judge. He was the author of Scala Functional Programming Patterns and Learning Functional Data Structures and Algorithms, published by Packt Publishing.

Other books by the authors

[Packt] Amazon PacktAmazon

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781788627900

About

Concurrent Patterns and Best Practices, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published