Difference between revisions of "Ns adp tell"
Jump to navigation
Jump to search
(imported from WiKit id 875) |
|||
Line 14: | Line 14: | ||
: This command returns the total number of bytes in the current ADP output buffer. This may be useful in order to throttle pages that can get too large for the client to handle due to modem speeds and other factors. | : This command returns the total number of bytes in the current ADP output buffer. This may be useful in order to throttle pages that can get too large for the client to handle due to modem speeds and other factors. | ||
+ | |||
+ | : Note that a buffer overflow or direct call to [[ns_adp_flush]] will reset this counter to zero so the result of '''ns_adp_tell''' may not return the total number of bytes eventually sent. See [[ns_adp_ctl]] bufsize for details on buffer management. | ||
'''SEE ALSO''' | '''SEE ALSO''' |
Latest revision as of 02:19, 18 June 2010
Man page: http://aolserver.com/docs/tcl/ns_adp_tell.html
NAME
- ns_adp_tell - Get number of bytes in current ADP output buffer
SYNOPSIS
- ns_adp_tell
DESCRIPTION
- This command returns the total number of bytes in the current ADP output buffer. This may be useful in order to throttle pages that can get too large for the client to handle due to modem speeds and other factors.
- Note that a buffer overflow or direct call to ns_adp_flush will reset this counter to zero so the result of ns_adp_tell may not return the total number of bytes eventually sent. See ns_adp_ctl bufsize for details on buffer management.
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_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_trunc