views:

27

answers:

1

Is there some kind of design pattern to handle resource reservations?

The problem I'm trying to solve basically could be described with a restaurant situation where an certain amount of clients can reseve some tables (resources) for certain time frames.

A: 

Check out this book: Pattern-Oriented Software Architecture, Volume 3: Patterns for Resource Management I think you will find something useful for you use case, although I have no idea what it exactly should be.

Gabriel Ščerbák