[Mono-list] Mono and LVS...

Antonio Santana antjensavwork at hotmail.com
Fri Mar 10 14:50:25 EST 2006


Dan,

I had a similar problem, but in a MS .NET Environment and we modified our 
session state to maintain itself in MS SQL Server.  I suggest you look look 
at the following link to start with and maybe some mono experts can tell you 
wether mono will support the SQL Server Mode in the web.config

<sessionState mode="SQLServer"
                      sqlConnectionString="Integrated Security=SSPI;data 
source=dataserver;"
                      cookieless="false"
                      timeout="20"/>
</sessionState>

http://support.microsoft.com/kb/317604/EN-US/

I hope this helps and I will be very interested to see what some mono 
experts have experienced with this.

Thanks,

Antonio

>From: "Dan Brown" <danb at zu.com>
>To: <mono-list at lists.ximian.com>
>Subject: [Mono-list] Mono and LVS...
>Date: Fri, 10 Mar 2006 13:00:11 -0600
>
>
>I am running a pair of linux Fedora FC4 servers with Apache 2 and MySQL 
>5.0.
>This pair of servers are running in an LVS (linux virtual server)
>environment using high availability and load balancing.  I also am using
>Mono 1.1.13 with mod_mono on these servers along with a separate backend
>server running MS SQL Server for those that need it.  At the moment, all of
>the mono sites which require logins or session data are running only as 
>high
>availability sites as LVS doesn't transmit session data between the servers
>for mono.
>
>Is anyone else doing this? How would I transmit the session data between
>servers?
>
>
>_________________________________
>Dan Brown
>Systems Administration - DBA - HD
>danb at zu.com
>
>
>_______________________________________________
>Mono-list maillist  -  Mono-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list




More information about the Mono-list mailing list