Subject | RE: [firebird-support] Tcp-wrapper support |
---|---|
Author | Leyne, Sean |
Post date | 2007-02-22T21:59:06Z |
Rick,
Maybe I'm missing something, but without some process establishing an
initial database connection, a database will do nothing.
After all, without the engine getting a connection request, the engine
will never be opened.
Further, without an open connection, the engine will close the database
file.
I think you are trying to hide something, but in fact it is making it
difficult to understand and solve your problem.
Sean
> > Given that you could have TCP wrapper functionality enabled if youfor
> used inetd or xitend, why wouldn't you consider using that approach
> launching FB?doing
>
> Our database is not a network service. It will quite happily run
> useful things (up to a point) if no one connects. So we want theA database can't do anything without a connection!
> database to start even with no connections.
Maybe I'm missing something, but without some process establishing an
initial database connection, a database will do nothing.
After all, without the engine getting a connection request, the engine
will never be opened.
Further, without an open connection, the engine will close the database
file.
I think you are trying to hide something, but in fact it is making it
difficult to understand and solve your problem.
Sean