html.getPageTableAddress

Syntax html.getPageTableAddress ()

Params None required.

Action Gets the address of the page table for the page that's being rendered through the website framework.

Returns The address of the current page table.

Examples html.getPageTableAddress ()

   » @websites.["#data"]

Notes Each thread has its own page table address.

A page table exists only while a page is being rendered.

Use this verb in your macros to get the page table address for the current page.

This verb is key to being able to turn off website framework semaphores, which brings a performance boost.

This verb is new in 5.1.4.

See Also html.setPageTableAddress

http://developers.userland.com/stories/directives#useSemaphores

Discuss