On TV.com: THE GIRLS NEXT DOOR photos
1 Resources for

distributed caching

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Build Your Skills: Achieve balance among multiple proxy servers
Looks at how to configure multiple proxy servers burdened with too many user requestsMicrosoft Proxy Server is a useful product with low overhead. But on very large networks, it’s not uncommon to overload Proxy Server with user requests. Fortunately, you can configure multiple Proxy Servers to handle a large workload....
Tags: Servers, Brien M. Posey MCSE, distributed caching, Microsoft Proxy Server, Proxy Server, server, load balancing
Technical articles 2000-01-19

Additional Resources

MSDN Webcast: Distributed Object Caching and Distributed Sessions for .NET Applications in Server Farms (Level 200)
Distributed object caching can significantly improve an application's performance, scalability, and availability. Additionally, .NET applications running in server farms must cache distributed objects to automatically synchronize the data among servers. Through this webcast one can learn about distributed object caching, and to find out how to use ASP.NET sessions in...
Tags: Microsoft Developer Network, Microsoft .NET, Webcast, Server Farm, Server, Session
Webcasts
Load-Balancing and Caching for Collection Selection Architectures
To address the rapid growth of the Internet, modern Web search engines have to adopt distributed organizations, where the collection of indexed documents is partitioned among several servers, and query answering is performed as a parallel and distributed task. Collection selection can be a way to reduce the overall computing...
Tags: Load Balancing, National Research Council, Collection Selection, Network Technology, Search, Networking
White papers 2007-05-02
Control data caching in .NET with the Caching API
Caching ..Good article. This type of caching will work on a single server or the data is static. If you do have a webfarm or a webgarden architecture, one needs to do caching based on an external server or a database. There is also a .net application block(is that...
Tags: .net caching, Caching API, Control Data, ganesh@..., Microsoft .NET, programming
Discussion threads 2006-07-05
Some notes on ASP.Net's caching system
Do you use caching?Do you use caching at the application or presentation layer? Why or why not? If you do, how are you going about it?J.Ja
Tags: .NET, Justin James, Microsoft ASP.NET
Discussion threads 2007-07-16
Distributed TCP Caching for Wireless Sensor Networks
Many applications of wireless sensor networks are useful only when connected to an external network. Previous research on transport layer protocols for sensor networks has focused on designing protocols specifically targeted for sensor networks. The deployment of TCP/IP in sensor networks would, however, enable direct connection between the sensor network...
Tags: Network, Sensor, TCP, Sensor Network, Tcp/Ip, Wi-Fi, Networking, Wireless
White papers 2007-01-01
Real-Time Video Services and Distributed Architectures
This paper outlines a more effective content management strategy, in which content is distributed in real time and on demand in smaller than whole-title units of granularity. This alternative architecture benefits from a more intelligent caching approach that allows service providers to benefit from both centralized content storage (reducing content...
Tags: Video Service, Video, Cisco Systems Inc., Content Management, Web Technology, Benefits, Enterprise Software, Software, Human Resources
White papers 2007-05-01
MSDN Architecture Webcast: Patterns & Practices Live: Enterprise Library Caching Application Block (Level 300)
Properly designed caching can make system more robust and increase performance dramatically, poorly designed caching ads unnecessary overhead and provides little benefit. The attendee of this webcast will learn how to make use of the new caching application block to help lessen the demand on back-end systems while increasing throughput.
Tags: Microsoft Developer Network, Webcast, Microsoft Corp., Digital Media, Consumer Electronics, Personal Technology
Webcasts 2005-03-10
MSDN Webcast: ASP.NET Soup to Nuts: Caching (Level 200)
Caching is a widely used technique in computing to increase performance by keeping frequently accessed or expensive data in memory. In the context of a Web application, caching is used to retain pages or data across HyperText Transfer Protocol HTTP requests and reuse them without the expense of recreating them....
Tags: Microsoft Developer Network, HTTP, Webcast, Microsoft ASP.NET, Web Application, Microsoft Corp., .Net, Middleware, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
Webcasts
MSDN Webcast: ASP.NET Caching (Level 200)
ASP .NET caching is one of the fundamentally great features inside of the Microsoft .NET framework since it provides a simple method of increasing the web application's performance. Data that is used over-and-over in the application or is updated semi-regularly (like a catalog, list of contacts, store locations, etc.) make...
Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, .Net, Middleware, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
Webcasts
A Collaborative Approach for Caching Dynamic Data in Portal Applications
Portals are one of the rapidly growing applications on the Web, providing a single interface to access different sources providers. Providing fast response time is one of the critical issues in such applications. The performance of such applications through caching techniques is addressed in this paper. The limitations of existing...
Tags: Australian Computer Society, Portals, Web Technology, Internet
White papers
Accelerating Internet Streaming Media Delivery Using Network-Aware Partial Caching
Internet streaming applications are adversely affected by network conditions such as high packet loss rates and long delays. This paper aims at mitigating such effects by leveraging the availability of client-side caching proxies. The paper presents a novel caching architecture and associated cache management algorithms that turn edge caches into...
Tags: Aware, Network, Delivery, Streaming Media, Web Site Development, Web Technology, Internet, Digital Media, Engineering, Consumer Electronics, Personal Technology
White papers
Microsoft ASP.NET: An Overview of Caching
In this webcast, the listener will hear about the features of the different types of caching that are available in Microsoft ASP.NET, and where to use them. The webcast will also include information that will help the listener gain a general understanding of how caching can improve performance in Web...
Tags: Webcast, Microsoft ASP.NET, Microsoft Corp., .Net, Middleware, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
Webcasts
Five Ugly Truths about WAFS and Caching: Why caching can't meet the enterprise application acceleration challenge
Wide Area File Systems WAFS and caching are two approaches used to accelerate specific applications over WANs. They sound good in theory -- "saving bandwidth and making files go faster over the WAN" -- but did you know there are serious limitations in the architecture of these approaches? ...
Tags: Riverbed Technology Inc., Acceleration, Enterprise Application, WANs, Network Technology, Networking
White papers 2006-04-01
MSDN Architecture Webcast: Leveraging Caching in ASP.NET 2.0 (Level 200)
Microsoft ASP.NET 2.0 has some new performance and scalability features. This webcast covers data caching based on controls, Microsoft SQL Server, and post-cache substitution. The presenters begin the discussion with controls as an easy way to configure caching. Next, using features of Microsoft SQL Server 2005, they look at how...
Tags: Microsoft Developer Network, Substitution, Webcast, Microsoft ASP.NET, Microsoft Corp., Microsoft ASP.NET 2.0, Digital Media, Databases, Consumer Electronics, Personal Technology, Enterprise Software, Software, Data Management
Webcasts
Caching in ASP.NET 2.0-Level 400
This session is based on the Beta 1 version of ASP.NET 2.0. Learn how to use some of the powerful new capabilities of ASP.NET 2.0 to make your applications perform better. This webcast covers database cache invalidation, control caching, custom cache dependencies, disk output caching, and the new cache replacement...
Tags: Microsoft ASP.NET, Microsoft ASP.NET 2.0, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Webcasts
MSDN Webcast: Improving Performance of ASP.NET 2.0 Using Caching (Level 200)
Microsoft ASP.NET 2.0 has some new performance and scalability features. The presenter of this webcast looks at data caching based on controls, Microsoft SQL Server and post-cache substitution. The webcast starts with controls as an easy way to configure caching. Then, utilizing features of Microsoft SQL Server 2005, the presenter...
Tags: Microsoft Developer Network, Substitution, Webcast, Performance, Microsoft ASP.NET, Microsoft Corp., Microsoft ASP.NET 2.0, Microsoft SQL Server 2005, .Net, Digital Media, Middleware, Software Development, Software/Web Development, Consumer Electronics, Personal Technology, Enterprise Software, Software
Webcasts 2005-07-21
Improve performance and scalability metrics in enterprise applications: Caching best practices in Enterprise Library
Caching helps reduce the amount of data transferred between processors and computers, and also reduces the amount of data processing that occurs in a system and the number of disk access operations that must occur. Therefore, designing an application that performs and scales well involves designing with caching best practices...
Tags: Chapter, Performance, Scalability, Best Practice, Enterprise Application, Addison-Wesley
Book chapters 2006-06-19
Cost-Distortion Optimized Caching of Streaming Media
Caching of Internet content in caches local to users is beneficial to both users and the network, because it reduces retrieval times for the user as well as reduces load on the network. However, it comes at the cost of storage in the cache, which can be large, particularly when...
Tags: Multimedia, Streaming Media
White papers 2007-11-07
Wired Geometric Routing
Routing substrates for overlay networks are an important building block for large distributed applications. Many existing substrates are based on a random identifier space and therefore do not respect node locality when routing data. This can lead to lower performance for locality-sensitive applications, such as web caching, distributed gaming, and...
Tags: Harvard College, Wired Inc., Network, Substrate, Locality, Networking
White papers 2007-01-26
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Server System Inventory Form
It's a good idea to document as much as you can about your server while it's up and running so you won't be left in the dark should a disaster occur. This one-page form includes space for delivery information and server specifications.
Buy Now