I'm looking for a good, introductory textbook for π-calculus. I've found a few tutorials on the web, and the Wikipedia article is informative (but a bit too dense). I'm looking for a good textbook that will go over the fundamentals and also the real-world applications of π-calculus (proving correctness of concurrent/distributed systems, algorithms etc.).
If there are problems and solutions provided that I can check against, that would be great too!
UPDATE
I am aware of Communicating and Mobile Systems: The Pi Calculus by Robin Milner which appears to be the definitive text as far as theory is concerned. I also ran into this book during my initial searches. However, I am trying to find a book that talks about the application of π-calculus in practice (algorithms and proving the correctness of distributed/concurrent systems).