Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Infinispan data grid platform definitive guide

You're reading from  Infinispan data grid platform definitive guide

Product type Book
Published in May 2015
Publisher
ISBN-13 9781782169970
Pages 464 pages
Edition 1st Edition
Languages

Table of Contents (20) Chapters

Infinispan Data Grid Platform Definitive Guide
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
1. Getting Started 2. Barriers to Scaling Data 3. Using the APIs 4. Infinispan Topologies 5. Data Access Patterns 6. Case Study – The TicketMonster Application 7. Understanding Transactions and Concurrency 8. Managing and Monitoring Infinispan 9. Server Modules 10. Getting Started with Hibernate OGM 11. An Introduction to JGroups 12. Advanced Topics Index

Adding Infinispan to Ticket Monster


So, in front of these new requirements, we will introduce Infinispan for the new architecture, thus addressing the preceding concerns as follows:

  • High concurrency: This enables in-memory data access and optimized locking

  • High volume: The application can handle increasingly large data amounts by adding new data grid nodes

  • Location awareness: A multi-node data grid can be configured so that data is stored on specific nodes. There are two ways to configure it, which are as follows:

    • We have seen in Chapter 4, Infinispan Topologies and Chapter 5, Data Access Patterns, that there are two ways in which you can interact with Infinispan. One is in the embedded mode, where you start an Infinispan instance within your JVM.

    • The other is the client/server mode, where you start a remote Infinispan instance and connect to it using a client connector.

For questions of simplicity and clarity, we will use the library access pattern, as in this particular case, we can benefit...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}