Dqd utils

From AOLserver Wiki
Revision as of 20:24, 7 February 2011 by Josephbui (talk | contribs) (Reverted edits by Guru (Talk) to last revision by WikiSysop)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

By Rob Mayoff.

  • dqd_internalredirect - a wrapper around the C API function Ns_ConnRedirect. This lets you send back the contents of a different URL (from the same server) without letting the client know.
  • dqd_md5 - computes MD5 hashes (cryptographic checksums).
  • dqd_nssetToList - extracts an ns_set's values into a Tcl list.
  • unlist - assigns the elements of a Tcl list to individual Tcl variables, efficiently. Yes, I left off the dqd_ prefix on this one.
  • dqd_detachfile and dqd_attachfile - share a Tcl channel across requests/threads/interpreters.
  • dqd_register_proxy - register a proc to handle proxy requests from browsers


http://dqd.com/~mayoff/aolserver/#dqd_utils