通过哪些有效的方法对中间件进行有效的加压?作者: oscarli 时间: 2007-10-29 16:43
middleware
software that connects two otherwise separate applications. for example, there are a number of middleware products that link a database system to a web server. this allows users to request data from the database using forms displayed on a web browser, and it enables the web server to return dynamic web pages based on the users requests and profile.
the term middleware is used to describe separate products that serve as the glue between two applications. it is, therefore, distinct from import and export features that may be built into one of the applications. middleware is sometimes called plumbing because it connects two sides of an application and passes data between them. common middleware categories include:
tp monitors
dce environments
rpc systems
object request brokers (orbs)
database access systems
message passing作者: oscarli 时间: 2007-10-29 17:01
Memory计数器