Are you behind a firewall? Some firewalls close the tcp connection (only on one side of the connection). I solved this kind of trouble turning on the tcp keep alive on the db side.
On Saturday, July 19, 2014, tamizh arasan <[email protected]> wrote: > Now i have founded that sql connection goes to sleep condition when there > is no request for longer time(i.e 12hours). so can anybody suggest me how > to over come this problem. Thanks in advance. > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','nodejs%[email protected]');>. > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/ee5505b5-96cf-454d-9736-fcd6e07db09e%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/ee5505b5-96cf-454d-9736-fcd6e07db09e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- ---------------------------- Hernán Tierno [email protected] -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAKUtkhvnKhp7JiiOknB1bMAZf%3D1wv_cUj1vXCkVc4Kos3hOy1w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
