用匯編寫系統(tǒng)服務(wù)程序。Windows NT的服務(wù)都是通過一般的可執(zhí)行程序?qū)崿F(xiàn)的,不同的是,它遵循內(nèi)部的一個特定協(xié)議來設(shè)計,以便它們能夠與服務(wù)控制管理器(SCM,service Control Manager)進行正確的交互。
IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。
2. FILES IN THIS ARCHIVE:
- Setup.exe (setup and uninstall program)
- ircomm2k.exe (service program)
- ircomm2k.sys (device driver)
- ircomm2k.dll (device property page)
- ircomm2k.hlp (property page context help)
- ircomm2k.inf (setup script for windows)
- Readme.txt (this file)
- License.txt (terms of license)
3. INSTALLATION
1. unzip IrCOMM2k-1.2.0.zip in a new folder
2. run the setup program
3. disable the image transfer under wireless link
Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications,
enhancements, improvements, and other changes to its products and services at any time and to discontinue
any product or service without notice. Customers should obtain the latest relevant information before placing
orders and should verify that such information is current and complete. All products are sold subject to TI’s terms
and conditions of sale supplied at the time of order acknowledgment.
The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals:
To support massive concurrency, on the order of tens of thousands of clients per node
To exhibit robust performance under wide variations in load and,
To simplify the design of complex Internet services.
SEDA decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic. SEDA enables services to be well-conditioned to load, preventing resources from being overcommitted when demand exceeds service capacity. Decomposing services into a set of stages also enables modularity and code reuse, as well as the development of debugging tools for complex event-driven applications.