Hi guys, I have 2 questions, one stupid :) and one "normal".
1) The stupid one is: how do I get the URL parameter in my rvt file? I looked at the variable present in the ::request namespace but there is none. Sorry I know that's a stupid one. 2) Second question, I need to open a session with a middleware which has a TCL api. This API is created in C++ multi-threaded and use the TCL C api to process asynchronous event channeled back to the TCL main event loop safely. I am planning to "load" the .so library and create a session object in the RivetChildInitScript to use for communicating with the middleware, and use this session object everywhere in the .rvt files for that virtual host. I also would like to use the SeparateVirtualInterps flag. Question: do you think this is a sound approach and that it should work right from the start as it does in a regular TCL script? Thank you, Brice.
