-----------------------------------------------------
RSESSION - Session Management for Clusters That 
		   Support Failover with Allaire Cold Fusion
-----------------------------------------------------
2/2/2001

What to do? 

I've implemented a version of RSESSION using CFQUERYPARAM
which, in my limited testing, did not yield a large improvement
in performance.  Thus far, I have not added it to the distribution
as I do not want to complicate what we have (since that requires
Native drivers, correct?)

I want to explore eventually doing WDDX de/serialization in the
database using Java where supported (Oracle 8i, Sybase 12.5, etc)
to see if we can't speed up the in/out of session data.

Aaron Smith @ Albertsons.com has been a huge help in doing two things,
converting the whole system into a custom tag syntax (so that 
Application.cfm and OnRequestEnd.cfm only have a single <cf_...>
call each (great for larger, multi-developer installations) and 
creating a version for Oracle.  The next release (1.4 or 1.5?) will
have a reorganized distribution which will include subdirectories
for Oracle as well as Sybase/SQL Server and others as people contribute
back.

