Problem
- Product : VBC 4.x, VBE 5.x, VB 6.x & later
- Platform : Windows
- Product Component : ORB
How to find number of connections used by a specific CORBA server?
Resolution
In VBC 4.x there is no direct way to get this information.
In VBE 5.2, you can use Event queues to find out how many connections are being used by a specific CORBA server. Please refer to vbroker\\examples\\vbe\\interceptors\\event_queue example for an example how to use Event Queues.
For VB 6.x and later, please refer [[How to programmatically check the number of connections opened at a Server dynamically?]] article.
#ServerManager
#VisiBroker
#numberofconnectionsopened
#Security



