I was tasked with designing a new web-based application that has the
requirement of being able to run on multiple servers that could be
1) Load balanced without requiring sticky sessions and
2) Single nodes could be transparently shutdown or added without the users
noticing

I would like to use Lift if possible, but I'm a bit worried about it's
state-full nature.  Is it possible to use something like Cassandra or
Memcached to hold the session data and have Lift grab that from a cookie
instead of storing it all internally in memory?  I've looked around, but I
have not found any good articles about how to scale Lift horizontally.

Thanks in advance

John

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to