On Sat, 2009-08-15 at 01:28 +0800, s96213514 wrote: > However, in my test, if the client watches the streaming movie via LVS, the > streaming connection would be disconnected when 2 minutes period is reached. > This does not occur if the client connects directly to one of the > real-servers. The streaming server uses the RTSP protocol which is based on > TCP protocol to establish streaming connection with clients.
Use persistence, as Malcolm mentioned. You don't say how you're managing the setup, so how you do that depends on what you're using. Persistence makes sessions "sticky" - a client (or clients) will be sent to the same realserver for all connections within the idle timeout. Graeme _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
