[GENERAL] close inactive client connection

2009-09-25 Thread Luiz Bernardi
Hello, I am developing a system, using the ZeosLib, which maintains a permanent connection to the database. When the client loses the connection, the server does not recognize this and keeps the connection as if it were active. When the client attempts to reconnect, the server creates a new

[GENERAL] close inactive client connection

2009-09-25 Thread Luiz Bernardi
Hello,    I am developing a system, using the ZeosLib, which maintains a permanent connection to the database.    When the client loses the connection, the server does not recognize this and keeps the connection as if it were active. When the client attempts to reconnect, the server

Re: [GENERAL] close inactive client connection

2009-09-25 Thread Luiz Bernardi
Thanks, Scott. I change the setting and then find out why they were losing the client connection. -- Luiz Agnaldo Bernardi Fone 41 36755756 41 99979849 On Fri, 25 Sep 2009 11:11:52 -0600  Scott Marlowe scott.marl...@gmail.com wrote: On Fri, Sep 25, 2009 at 6:26 AM, Luiz Bernardi l

Re: [GENERAL] close inactive client connection

2009-09-25 Thread Luiz Bernardi
: connection not open At this point he reconnects, the server creates a new connection that behaves exactly like the previous one. -- Luiz Agnaldo Bernardi Fone 41 36755756 41 99979849 On Fri, 25 Sep 2009 10:03:20 -0700  John R Pierce pie...@hogranch.com wrote: Luiz Bernardi wrote: I am