Subject Re: [firebird-support] Re: Question to entry in log file
Author Coco Pascal
Michael Vilhelmsen schreef:
>
>
> Unable to complete network request to host "willoxdbserver".
> Error writing data to the connection.
> An existing connection was forcibly closed by the remote host.
>
>
>


Do you use connectionpooling? Could reduce use of resources
(file-descriptors, memory) considerably. 20x100 simultaneous connections
= 2000+ open sockets.
I get this message stresstesting a multi-threaded appserver bringing it
down at appr. 1500 short-living connections on a 1 Gb ram XP machine.