Ns adp close

From AOLserver Wiki
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_adp_close.html


NAME

ns_adp_close - Flushes the ADP output buffer and closes the HTTP connection

SYNOPSIS

ns_adp_close

DESCRIPTION

This command flushes the ADP output buffer (i.e. sends it to the browser) and closes the underlying HTTP connection. ADP execution continues after the connection is closed. Any text appended to the ADP output buffer after the close is simply discarded when processing is complete.

SEE ALSO

ns_adp_abort, ns_adp_append, ns_adp_argc, ns_adp_argv, ns_adp_bind_args, ns_adp_break, ns_adp_debug, ns_adp_debuginit, ns_adp_dir, ns_adp_dump, ns_adp_eval, ns_adp_exception, ns_adp_flush, ns_adp_include, ns_adp_mime, ns_adp_mimetype, ns_adp_parse, ns_adp_puts, ns_adp_registeradp, ns_adp_registerproc, ns_adp_registertag, ns_adp_return, ns_adp_safeeval, ns_adp_stats, ns_adp_stream, ns_adp_tell

Category Documentation - Category Core Tcl API