Difference between revisions of "Ns register fastpath"

From AOLserver Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Fastpath is AOLserver's high-performance static file serving mechanism. Suppose you have a 'dispatch'-type procedure registered to serve all URLs under /*. In this case, you can use this command new to AOLserver 4.5 to restore fastpath processing for a certain url path, i.e. /images/*.
+
'''NAME'''
  
Syntax:
+
: ns_register_fastpath - Restore fastpath processing for a method/URL combination
  
ns_register_fastpath GET|POST /URL/*
+
'''SYNOPSIS'''
 +
 
 +
: '''ns_register_fastpath''' ''?-noinherit? method URL''
 +
 
 +
'''DESCRIPTION'''
 +
 
 +
: Fastpath is AOLserver's high-performance static file serving mechanism. Suppose you have a 'dispatch'-type procedure registered to serve all URLs under /*. In this case, you can use this command new to AOLserver 4.5 to restore fastpath processing for a certain url path, i.e. /images/*.
  
 
----
 
----
  
 
[[Category:Documentation]] [[Category:Core Tcl API]]
 
[[Category:Documentation]] [[Category:Core Tcl API]]

Latest revision as of 05:11, 28 October 2009

NAME

ns_register_fastpath - Restore fastpath processing for a method/URL combination

SYNOPSIS

ns_register_fastpath ?-noinherit? method URL

DESCRIPTION

Fastpath is AOLserver's high-performance static file serving mechanism. Suppose you have a 'dispatch'-type procedure registered to serve all URLs under /*. In this case, you can use this command new to AOLserver 4.5 to restore fastpath processing for a certain url path, i.e. /images/*.