Subject Re: [ib-support] 28MB Dummy packet? Could that be possible?
Author Artur Anjos
Hi Alvaro,

One more question:

Are you suggesting that the dummy packet is dependent of the active query?

> This makes me think about the following questions:
> - How should I configure the parameters so that IB takes them?
It seems good to me what you have done.

> - How can I see simpler what does a parameter from ibconfig take?
Take Firebird 1.5, and take FbConfManager. Firebird 1.5 as much paramters in
the config file, but they are well explained in FbConfManager.

> - Why does the packet used to check the active conection of a client vary
in
> size and in some cases grow up to 28MB?
Good question. I always think that this was just a small dummy packet,
always the same size.

> - Is it possible that my application could be experiencing performance
> problems due to this traffic, and make it grow up to consuming 100% of
> processor?
Did you try without any query at all? Just connect to the server, and don't
even attach to a database? This will give you a more precise answer. One
thing that could happen is that what you are seeing is some "fetch record"
from the database, not the dummy packet.

Artur