On 15 Nov 2013 02:37:56 -0800, <[email protected]> wrote: > How I can attached log file here? > In log file a lot of records look like this > PC (Server) Thu Nov 14 12:35:16 2013 > INET/inet_error: read errno = 10054
That specific error is - usually - not relevant, error 10054 is 'connection reset by peer' and it usually means that a client doesn't properly close the database connection before the application exits. Mark
