readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 46 行
TXT
46 行
// README,v 1.2 1999/11/25 00:24:59 schmidt Exp
CosEventChannelFactory
======================================================
The CosEventChannelFactory is a factory for creating COS Event
Channels. The ChannelFactory interface allows a client to create,
destroy and locate factories.
IMPLEMENTATION
==============
The TAO_CosEventChannelFactory_i class implements the C++ servant for
the ChannelFactory interface. The FactoryDriver class activates the
ChannelFactory servant with the ORB. During initialization the
ChannelFactory creates a child POA which is used to activate all the
CosEC servants.The ChannelFactory uses the CosEC_ServantBase class to
create the CosEvent Channels.
The Makefile in this directory generates 2 executables: factory and
factoryclient.
FACTORY
=======
To allow client applications to obtain a reference to the factory, a
Naming service must be started prior to running the factory.
The factory options are:
-r <FactoryName> : specifies under what name the factory should be
registered with the Naming Service. The default is "CosEC_Factory"
FACTORYCLIENT
=============
The factory client is a test driver for the factory. It exercises all
the features of the factory. A Naming Service and a factory must be
running prior to running the factoryclient. factoryclient does not
take any command line options.
AUTHOR
======
Pradeep Gore <pradeep@cs.wustl.edu>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?