示例#1
0
        private RequestQueue()
        {
            SiteMap.Build();

            var thread = new Thread(ProccessRequests);

            thread.Start();

            var threadGc = new Thread(WebFactory.DisposeLongNotUsed);

            threadGc.Start();
        }
示例#2
0
 public SiteMapImpl()
 {
     SiteMap.Build();
     SiteMap.WaitForBuild();
 }
示例#3
0
 public SingleRequestCache()
 {
     SiteMap.Build();
 }