> I'd me more inclined to hack a "request shutdown" routine into AWS that > is callable from within request handlers. I had wondered about a procedure send_response(r : response); so function callback (...) is ... send_reponse(r); shutdown(..); return r; -- just in case? The function model doesn't really work here for the callback procedure. ian -- Dr Ian Broster