Community

Simplifying a Multi-Threaded Application

(Jim Mischel) I have a search application, exposed as a Web service using HttpListener, that can take several seconds to return results. Because searching is expensive, I created a simple most-recently-used (MRU) cache that holds the results of the last N searches, so if an identical request comes i

Read More - Register for Free Membership