Hi, At Mon, 23 Jul 2001 22:48:51 +0900, Michael Neumann <uu9r / rz.uni-karlsruhe.de> wrote: > Is it possible to share variables over multiple request, as this > is possible with FastCGI. > I think it isn't legally but maybe I am wrong. > What happens with global variables? Are they removed after > each running script? You can't share variables because Apache creates multiple processes. So it is not a good idea to use global variables on mod_ruby. Shugo