Subject Re: [IBO] IBObjects and ports
Author MagnOz
On Tue, Feb 16, 2010 at 14:08, mivi71dk <Michael.Vilhelmsen@...> wrote:
> Hi
>
> We have 3 programs here.
> 2 of them uses IBX components and 1 uses IBObjects.
>
> If we do not use the program using IBObjects there a connections to the firebird server using port 3050.
> But the program using IBObjects also create connections using a lot of other ports.
>
> Why is that, and is this something I can control?

"a lot of other ports" -- which ones? Maybe it's related to using
Firebird events. You can control which port this is in your
Firebird.conf:

# The TCP Port Number to be used for server Event Notification
# messages. The value of 0 (Zero) means that the server will choose
# a port number randomly.
#
# Type: integer
#
#RemoteAuxPort = 0

HTH,
Markus