The document discusses a conference about advanced web development that will take place on October 10-11, 2004. One of the presentations will be about constructing a high-performance web server using patterns. The presentation will discuss key challenges for web servers, including different concurrency models, event demultiplexing approaches, and file caching strategies. It will present the reactor pattern as a way to separate event demultiplexing from event processing to address these challenges.