When I create a page that sends a POST(EVENT:CloseDown,,MyMasterThread), it results in a GPF.
One wrinkle is that when the master thread receives the CloseDown request, it posts that same request to all other threads in the application.
What is the best way to provide the end user with a way to close the web server application remotely?