--tZCmRiovzb4sxAVa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Is it possible to share variables over multiple request, as this > is possible with FastCGI. Good question: depends. I believe you can share data for the same process, but I don't think you can share data across multiple processes (without the use of shared memory). This is the same limitations that every mod_* has. > What happens with global variables? Are they removed after > each running script? Global variables aren't I don't think, but within the scope of the request, yes. Subscribe to the modruby mailing list and bring up your questions there. http://www.modruby.net/#label:7 -sc -- Sean Chittenden --tZCmRiovzb4sxAVa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden <sean / chittenden.org> iEYEARECAAYFAjtcY7UACgkQn09c7x7d+q0kqQCg1YKT5u/oS/+PSqL19TH961cQ ShMAnRYTO+rNCzM2Zh8Vu5iT0PALsdKH nz -----END PGP SIGNATURE----- --tZCmRiovzb4sxAVa--