Pudu programming language
Menu
API reference

Std.Db.Session.DEFAULT_CONNECT_MILLISECONDS

1 declaration

const

DEFAULT_CONNECT_MILLISECONDS: Int

This is a named value that cannot be reassigned.

What it does

How long opening a connection may take unless a configuration says otherwise.

A host that drops packets rather than refusing them leaves a connection

waiting for as long as the operating system cares to, and a server that

accepts and then says nothing leaves it waiting forever. Either would hold

a request, and the pooled place it was filling, with nothing to report.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.Db.SessionSearch related declarations