Subject | Re: [IBO] how to speed up respond if connection fail? |
---|---|
Author | Jason Wharton |
Post date | 2009-05-26T15:37:54Z |
> if my connection set to wrong ip address, it takes too long for getThis would be under different types of control mechanisms.
> repond.
> please tell me how to set connection for speed up the respond.
You may need to make a general network level setting somewhere.
You may need to make a InterBase/Firebird client setting somewhere.
Where IBO might help you is if there is an API setting you can include with
the request for the connection that limits the timing it will try and get a
connection with the server.
When I put together the TIB_Connection component I didn't bring 100% of the
API to the surface. But, I did make it so that you can override and augment
the connection parameter block being sent to the server. OnCustomDPB. DPB
stands for database parameter block. Likely you will just add in the setting
and the value to the buffer. You will need to research the DPB and its
settings.
If you have any additional questions please let us know.
Regards,
Jason Wharton