This document discusses using AllegroCache with a multi-threaded web server application. It describes the challenges of using AllegroCache in a multi-threaded environment where multiple threads need to access the database simultaneously. It then provides code for a simple password database application using AllegroCache that can be accessed by multiple threads of a web server safely. The code defines functions for creating and opening the password database, getting and setting password values for a given user, and closing the database.