Subject INET/inet_error: read errno = 10054 in localhost
Author Federico Bobbio
Hello community! This is my first post here in this group and i hope
not the last one. I've been using Firebird for the last months and
been trying to solve this problem but without luck.
I'm developing an app for a customer and using Firebird 2.0 SS on
Windows xp. I've been reading other post related to this problem but i
can't solve mine, hope you can give me a hand here.
Well in the FB log i get this message thousands of times, even at the
same second:

FEDE (Server) Mon Jan 28 17:53:49 2008
INET/inet_error: read errno = 10054

I'm accesing through localhost to the DB, here are the statics:

Database header page information:
Flags 0
Checksum 12345
Generation 55371
Page size 8192
ODS version 11.0
Oldest transaction 55367
Oldest active 55368
Oldest snapshot 55368
Next transaction 55369
Bumped transaction 1
Sequence number 0
Next attachment ID 0
Implementation ID 16
Shadow count 0
Page buffers 0
Next header page 0
Database dialect 3
Creation date Aug 31, 2007 19:10:42
Attributes force write

Variable header data:
*END*

The application runs really slow and it takes a couple of minutes to
perform any query.
I read this problem could be from the network (as i'm using localhost
maybe this is not the case), the user disconnecting from the server
and a problem with the used SQL.
Could the problem be that when i need data from multiple tables i'm
opening a lot of connections to get it? If it is so, which would be
the best way to do it? Or is this another problem i'm not seeing?

Any ideas of what i'm doing wrong here? If more info is needed let me
know :)

Many thanks in advance!