Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Concurrency in Go: Tools and Techniques for Developers, Cox-Buday Katherine


Варианты приобретения
Цена: 6334.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Cox-Buday Katherine
Название:  Concurrency in Go: Tools and Techniques for Developers
Перевод названия: Катерина Кокс-Будай: Параллелизм в процессах. Инструменты и методы для разработчиков
ISBN: 9781491941195
Издательство: Wiley
Издательство: O'Reilly Media
Классификация:
ISBN-10: 1491941197
Обложка/Формат: Paperback
Страницы: 300
Вес: 0.67 кг.
Дата издания: 25.12.2016
Язык: English
Размер: 178 x 233 x 12
Читательская аудитория: Technical / manuals
Подзаголовок: Tools and techniques for developers
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии
Описание: If you`re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems. You`ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.


Application and Theory of Petri Nets and Concurrency

Автор: Gianfranco Ciardo; Ekkart Kindler
Название: Application and Theory of Petri Nets and Concurrency
ISBN: 3319077333 ISBN-13(EAN): 9783319077338
Издательство: Springer
Рейтинг:
Цена: 11598.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the proceedings of the 35th International Conference on Application and Theory of Petri Nets and Concurrency, PETRI NETS 2014, held in Tunis, Tunisia, in June 2014. The papers cover various topics in the field of Petri nets and related models of concurrency.

CONCUR 2001 - Concurrency Theory

Автор: Kim G. Larsen; Mogens Nielsen
Название: CONCUR 2001 - Concurrency Theory
ISBN: 3540424970 ISBN-13(EAN): 9783540424970
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This text constitutes the proceedings of the 12th International Conference on Concurrency Theory, 2001 and contains 32 revised papers and six invited contributions organized in topical sections on mobility, games, probabilistic systems, model checking, unfolding and prefixes and process algebra.

Java 9 concurrency cookbook -

Автор: Gonzalez, Javier Fernandez
Название: Java 9 concurrency cookbook -
ISBN: 178712441X ISBN-13(EAN): 9781787124417
Издательство: Неизвестно
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Master the art of fast, effective Java development with the power of concurrent and parallel programmingAbout This Book* Get detailed coverage of important recipes on multi-threading and parallel programming* This book takes a close look at the Java 9 APIs and their impact on concurrency* See practical examples on thread safety, high-performance classes, safe sharing, and a whole lot moreWho This Book Is ForThe book is for Java developers and programmers at an intermediate to advanced level. It will be especially useful for developers who want to take advantage of task-based recipes using Java 9's concurrent API to program thread-safe solutions. What You Will Learn* Find out to manage the basic components of the Java Concurrency API* Use synchronization mechanisms to avoid data race conditions and other problems of concurrent applications* Separate the thread management from the rest of the application with the Executor framework* Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework* Process massive data sets in an optimized way using streams and reactive streams* See which data structures we can use in concurrent applications and how to use them* Practice efficient techniques to test concurrent applications* Get to know tips and tricks to design concurrent applicationsIn DetailWriting concurrent and parallel programming applications is an integral skill for any Java programmer.

Java 9 comes with a host of fantastic features, including significant performance improvements and new APIs. This book will take you through all the new APIs, showing you how to build parallel and multi-threaded applications. The book covers all the elements of the Java Concurrency API, with essential recipes that will help you take advantage of the exciting new capabilities.

You will learn how to use parallel and reactive streams to process massive data sets. Next, you will move on to create streams and use all their intermediate and terminal operations to process big collections of data in a parallel and functional way. Further, you'll discover a whole range of recipes for almost everything, such as thread management, synchronization, executors, parallel and reactive streams, and many more.

At the end of the book, you will learn how to obtain information about the status of some of the most useful components of the Java Concurrency API and how to test concurrent applications using different tools. Style and approachThis recipe-based book will allow you to explore the exciting capabilities of concurrency in Java. After reading this book, you will be able to comfortably build parallel applications in Java 9.

Mastering concurrency programming with java 9 -

Автор: Gonzalez, Javier Fernandez
Название: Mastering concurrency programming with java 9 -
ISBN: 1785887947 ISBN-13(EAN): 9781785887949
Издательство: Неизвестно
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Master the principles to make applications robust, scalable and responsiveAbout This Book* Implement concurrent applications using the Java 9 Concurrency API and its new components* Improve the performance of your applications and process more data at the same time, taking advantage of all of your resources* Construct real-world examples related to machine learning, data mining, natural language processing, and moreWho This Book Is ForThis book is for competent Java developers who have basic understanding of concurrency, but knowledge of effective implementation of concurrent programs or usage of streams for making processes more efficient is not requiredWhat You Will Learn* Master the principles that every concurrent application must follow* See how to parallelize a sequential algorithm to obtain better performance without data inconsistencies and deadlocks* Get the most from the Java Concurrency API components* Separate the thread management from the rest of the application with the Executor component* Execute phased-based tasks in an efficient way with the Phaser components* Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework* Find out how to use parallel Streams and Reactive Streams* Implement the "map and reduce" and "map and collect" programming models* Control the concurrent data structures and synchronization mechanisms provided by the Java Concurrency API* Implement efficient solutions for some actual problems such as data mining, machine learning, and moreIn DetailConcurrency programming allows several large tasks to be divided into smaller sub-tasks, which are further processed as individual tasks that run in parallel. Java 9 includes a comprehensive API with lots of ready-to-use components for easily implementing powerful concurrency applications, but with high flexibility so you can adapt these components to your needs. The book starts with a full description of the design principles of concurrent applications and explains how to parallelize a sequential algorithm.

You will then be introduced to Threads and Runnables, which are an integral part of Java 9's concurrency API. You will see how to use all the components of the Java concurrency API, from the basics to the most advanced techniques, and will implement them in powerful real-world concurrency applications. The book ends with a detailed description of the tools and techniques you can use to test a concurrent Java application, along with a brief insight into other concurrency mechanisms in JVM.

Style and approachThis is a complete guide that implements real-world examples of algorithms related to machine learning, data mining, and natural language processing in client/server environments. All the examples are explained using a step-by-step approach.

Functional Programming for Java Developers: Tools for Better Concurrency, Abstraction, and Agility

Автор: Wampler Dean
Название: Functional Programming for Java Developers: Tools for Better Concurrency, Abstraction, and Agility
ISBN: 1449311032 ISBN-13(EAN): 9781449311032
Издательство: Wiley
Рейтинг:
Цена: 2930.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Software development today is embracing functional programming (FP), whether it`s to write concurrent programs or to manage Big Data. Where does that leave Java developers? This concise book offers a pragmatic, approachable introduction to FP for Java developers or anyone who uses an object-oriented language.

CONCUR 2014 – Concurrency Theory

Автор: Paolo Baldan; Daniele Gorla
Название: CONCUR 2014 – Concurrency Theory
ISBN: 3662445832 ISBN-13(EAN): 9783662445839
Издательство: Springer
Рейтинг:
Цена: 10062.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The focus of the conference is on the following topics: process calculi, model checking and abstraction, synthesis, quantitative models, automata and multithreading, complexity, process calculi and types, categories, graphs and quantum systems, automata and time, and games.

Hands-On Concurrency with Rust

Автор: Troutwine Brian L.
Название: Hands-On Concurrency with Rust
ISBN: 1788399978 ISBN-13(EAN): 9781788399975
Издательство: Неизвестно
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Writing safe and correct parallel programs is tough. Reasoning about concurrent memory modification is tough; efficiently exploiting the modern computing environment (with its multi-layered caches and deep execution pipelines) is also tough. Most systems programming languages add a further complication: unsafe memory access. The burden on you, ...

CONCUR 2008 - Concurrency Theory

Автор: Franck van Breugel; Marsha Chechik
Название: CONCUR 2008 - Concurrency Theory
ISBN: 354085360X ISBN-13(EAN): 9783540853602
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Constitutes the refereed proceedings of the 19th International Conference on Concurrency Theory, CONCUR 2008, held in Toronto, Canada, August 19-22, 2008. This title includes topics such as model checking, process calculi, minimization and equivalence checking, types, semantics, probability, bisimulation and simulation, and formal languages.

Transactions on Petri Nets and Other Models of Concurrency XI

Автор: Koutny
Название: Transactions on Petri Nets and Other Models of Concurrency XI
ISBN: 3662534002 ISBN-13(EAN): 9783662534007
Издательство: Springer
Рейтинг:
Цена: 10761.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The 11th volume of ToPNoC contains revised and extended versions of a selection of the best workshop papers presented at the 36th International Conference on Application and Theory of Petri Nets and Concurrency, Petri Nets 2015, and the 15th International Conference on Application of Concurrency to System Design, ACSD 2014. It also contains one paper submitted directly to ToPNoC.The 16 papers cover a diverse range of topics including model checking and system verification, refinement and synthesis; foundational work on specific classes of Petri nets; and innovative applications of Petri nets and other models of concurrency. Application areas covered in this volume are: security, service composition, communication protocols, business processes, distributed systems, and multi-agent systems. Thus, this volume gives a good overview of ongoing research on concurrent systems and Petri nets.

Database Concurrency Control

Автор: Alexander Thomasian
Название: Database Concurrency Control
ISBN: 079239741X ISBN-13(EAN): 9780792397410
Издательство: Springer
Рейтинг:
Цена: 25149.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Provides a review of developments in concurrency control methods for centralized database systems. This book specifies concurrency control methods; describes models for evaluating the relative performance of concurrency control methods; points out problem areas in earlier performance analyses; introduces queuing network models; and more.

CONCUR 2009 - Concurrency Theory

Автор: Mario Bravetti; Gianluigi Zavattaro
Название: CONCUR 2009 - Concurrency Theory
ISBN: 3642040802 ISBN-13(EAN): 9783642040801
Издательство: Springer
Рейтинг:
Цена: 16769.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This volume contains the proceedings of the 20th Conference on Concurrency Theory (CONCUR 2009), held in Bologna, September 1-4, 2009. The purpose of the CONCUR conference is to bring together researchers, developers, and s- dentsinordertoadvancethetheoryofconcurrencyandpromoteitsapplications. This year the CONCUR conference was in its 20th edition, and to celebrate 20 years of CONCUR, the conference program included a special session organized by the IFIP Working Groups 1.8 "Concurrency Theory" and 2.2 "Formal - scriptionofProgrammingConcepts"aswellas aninvitedlecturegivenby Robin Milner, one of the fathers of the concurrency theory research area. This edition of the conference attracted 129 submissions. We wish to thank all their authors for their interest in CONCUR 2009. After careful discussions, the Program Committee selected 37 papers for presentation at the conference. Each of them was accurately refereed by at least three reviewers (four reviewers for papers co-authored by members of the Program Committee), who delivered detailedandinsightfulcommentsandsuggestions.TheconferenceChairswarmly thank all the members of the Program Committee and all their sub-referees for the excellent support they gave, as well as for the friendly and constructive discussions. We would also like to thank the authors for having revised their papers to address the comments and suggestions by the referees. The conference program was enriched by the outstanding invited talks by Martin Abadi, Christel Baier, Corrado Priami and, as mentioned above, Robin Milner.

Database Concurrency Control

Автор: Alexander Thomasian
Название: Database Concurrency Control
ISBN: 144195161X ISBN-13(EAN): 9781441951618
Издательство: Springer
Рейтинг:
Цена: 25149.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия