Skip to main content

Any Visibroker feature that allows the return of a socket fd?

  • February 16, 2013
  • 0 replies
  • 0 views

Problem:

  • Product Version: VisiBroker
  • Platform Version: ALL
  • Product Component: Orb

Orbix has a feature that allows the application to obtain the fd of a socket connection. Is this feature available in Visibroker?

Resolution:

This feature is available only in Orbix 3.3 using the proprietary IOCallback feature. This is mainly useful to allow users to implement their own Active Connection Management or to add an FD to another FD select() set to allow it to be integrated with another event processing mechanism outside of Orbix.

However, in VisiBroker there is no such feature.


#VisiBroker
#Security
#socket
#IOCallback
#Orbix