> I guess as a future to do, we'll try to fix so it would be possible to > share some custom netbaby player sessions between the servers.
If you centralize the session info (like in a database) then you add overhead to each page. Most load balancing sticks on a certain machine so the session system can use a memory store. Of course the downside w/ this is that is a server dies all of its users will have to start over. Central sessions = availability Machine affininty = speed Personally I think the main challenge is to provide a means for webware to feeback some type of load information to the load balancer, so that there can be some intelligent balancing. There are some python limits that may be below the hardware limits (Single vs Dual proc) as well as some application resources that you may hit. A apache type Server-Status would be a nice addition to Webware. -Aaron ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel