Subject | Re: [firebird-support] Problem in very long query.... |
---|---|
Author | Sergio Lenzi |
Post date | 2003-12-17T13:30:19Z |
well....
taking a look at the code, I realize the the inerbase engine is built around a
library that deals whith the data..
This library access directly the database files, controlled by the
lock_manager...
So... the fb_inet_server is the program that reads the data stream from the
internet socket and feeds it into the library to access the database data and
returns information to the client program.
I will make a "patch" in the inet_server to log all the queries in the
firebird.log as a request switch in the inetd.con in the server...
I think this will help not only me but a lot of persons that have the same
problem...
Sergio...
taking a look at the code, I realize the the inerbase engine is built around a
library that deals whith the data..
This library access directly the database files, controlled by the
lock_manager...
So... the fb_inet_server is the program that reads the data stream from the
internet socket and feeds it into the library to access the database data and
returns information to the client program.
I will make a "patch" in the inet_server to log all the queries in the
firebird.log as a request switch in the inetd.con in the server...
I think this will help not only me but a lot of persons that have the same
problem...
Sergio...