Hi
We are facing a strage issue on our software that we believe that is caused by IBDAC + Firebird embedded database, we are using latest version of both IBDAC and Firebird.
We have a service application that has access to a simple database, using firebird embedded, our app is a very complex remote security video management system.
Randomly when we start the service or even when the application is idle, it freezes the main thread for more than 15 seconds, before freezing the main thread the whole computer will freeze for 1 to 2 seconds, applications like windows media player will freeze, then, the main thread freezes...
Is there any condition that can make it freeze?
We thought on a possibility but since we don´t know how IBDAC and firebird works internally we are not sure:
Firebird embedded server for some reason freezes for some seconds, while it is freezed, IBDAC connection component also freezes (We thought this because we believe the connection to local embedded database is made over TCP as well? Please confirm...). Since the IBDAC component is managed by the main thread, it will freeze main thread, waiting for a response of firebird server?
Could this happen? If yes, is there anything we can do?
Thanks
Possible application freeze with IBDAC / Firebird embedded
-
- Posts: 2
- Joined: Mon 22 Nov 2010 16:56