COM+ Programming A Practical Guide Using Visual C++ and ATL [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

COM+ Programming A Practical Guide Using Visual C++ and ATL [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید




Chapter
11. Scalability

An enterprise system must be designed to handle hundreds of clients concurrently. Furthermore, each client request should be serviced in a reasonable amount of time. Rather than designing the software to maximize performance, thereby reducing the amount of time to service a single request, the developers have to focus on maximizing throughputthe number of requests that can be serviced in a given amount of time.

COM+ provides many services that make it relatively easy to develop such scalable applications. In the previous chapters we looked at some of them, such as queuing and events, which directly or indirectly help in developing scalable applications. In this chapter, we shall examine several other COM+ mechanisms that help developers write sophisticated, highly scalable applications.


/ 125