Hello,

i have a strange thing with a superver 2.5.2 on windows.

when i do a request on a table and after ask for db stat the Oldest 
transaction counter don't up i'm sure that the transcation is no longer 
here because
1) select count(1) from mon$transactions => 0.
2) and i don't have any attachement to the db after each request.

so for exemple my dbstat begin like that :

Oldest transaction      1
Oldest active           2
Oldest snapshot         2
Next transaction        3

and if i do 10 select the result is :

Oldest transaction      1
Oldest active           12
Oldest snapshot         12
Next transaction        13

but if i do the same test with a parralel attachment on this db with 
ibexpert for exemple the result test say that after 10 request :

Oldest transaction      11
Oldest active           12
Oldest snapshot         12
Next transaction        13

my request id done via node-firebird :
to do the request it connect to the db, execute the statement, and close 
the connection and it uses the remote protocol.

have you an idea on what happen ?


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to