ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
The Power of Events
Author:
David Luckham
ISBN:
0 201 72789 7
Publisher:
Addison-Wesley
Pages:
376pp
Price:
£34-99
Reviewer:
Lawrence Dack
Subject:
design
Appeared in:
16-2
This book is set in the context of distributed systems and message-based protocols. Its objective is to introduce and describe tools and techniques for analysing complex events, where an 'event' is a basic transaction (the transmission of a message from one system to another) and a 'complex event' is the occurrence of a set of events which possess a higher meaning. The premise of the book is that, while low-level analysers exist which provide a view of the basic events occurring over a network, the view they provide is not sufficient for an understanding, far less a debugging, of system behaviour. Complex Event Processing (CEP) is introduced as a means to provide that understanding by detecting patterns of lower-level, basic events. This seen as the key to providing system viewers and analysers that are flexible, hierarchical and customisable; providing individual views of a complex system at what ever level is appropriate for the task in hand.

The book is presented in two very different parts. Part one introduces the concept of complex events, their nature, their potential uses, and a simple declarative language for expressing rules to recognise complex events, and actions to take when one is detected. It is written in a readable style, reasonably free of jargon, and serves as an introduction of the topic to an intelligent layman. Part two is much harder going. Here the author describes Rapide, an event processing language developed over ten years of research at Stanford University, and shows how it can be used to solve some of the problems discussed in Part one. The description of Rapide's use is very thorough, almost at the tutorial level. The final chapter looks forward to discuss how a CEP application (i.e. a tool like Rapide) might be implemented using commercial technology. After describing the main features that a CEP application would require, the author concludes that the requirements are out of reach of current technology - but not for long.

Because the CEP concept presented is not immediately realisable, I assume the authors aim in writing this book was primarily educational: to highlight a growing problem, suggest an approach to solving it, and back this suggestion up with a distillation of 10 years research. I think he has largely succeeded in this. The question left in my mind is whether the education repays the intellectual effort needed to digest the books contents, particularly part two - and for me the jury is still out on that one.