Author |
Topic |
|
jfitz
Junior Member
USA
345 Posts |
Posted - 13 December 2002 : 18:33:01
|
Has anyone had any experience with Snitz Forums 2000 in a load balanced environment. We're planning to move some of our web sites to a load balanced hosting configuration (we manage our own equipment), and the forums would likely move as well. Any downside or caveats about doing this that anyone has experienced? |
--Jördan It's a wasted day if you don't spend at least part of it flying upside down. |
Edited by - jfitz on 16 December 2002 14:22:59 |
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 13 December 2002 : 18:41:16
|
You should not have any problems as long as your server farm is properly configured for load balancing. It should be quite seamless. |
|
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 13 December 2002 : 18:48:31
|
It won't be entirely seamless
You'll need to make sure the Application Variables are loaded on each server correctly, and you may encouter problems with the admin screens which use a Session Variable |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 13 December 2002 : 19:15:44
|
quote: Originally posted by Gremlin
It won't be entirely seamless
You'll need to make sure the Application Variables are loaded on each server correctly, and you may encouter problems with the admin screens which use a Session Variable
what kind of load balanced environment are we truly speaking of? I work on an NT farm running 5 Citrix Metaframes along with other services and I don't have problems at all with additional apps being installed. As long as the Load Balancing parameters are set up properly, everything should be fine... What application variables are you speaking of Gremlin |
|
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 13 December 2002 : 20:39:01
|
The forum Application Variables Dayve, they are local to each server, so you must ensure they are loaded correctly in each server within the Cluster. Session Variables as well, local only to the server within the cluster so anything using them does not scale well in a Windows WLBS Cluster. |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 13 December 2002 : 20:44:34
|
oh, I see... I thought you were referring to the actual server variables, not the forum. gotcha... didn't think about that. |
|
|
|
jfitz
Junior Member
USA
345 Posts |
Posted - 14 December 2002 : 12:08:35
|
It looks like we'll be using Windows 2000 with its built-in network load balancing. It works fine for some other applications that we have (which are not ASP-based and do not depend on global variables). |
--Jördan It's a wasted day if you don't spend at least part of it flying upside down. |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 14 December 2002 : 19:38:05
|
Post back once you've tried and let us know how you got on, just make sure you run setup.asp (this will load the Application Variables not setup the Database again) on each one of the web servers within the cluster and things should work fairly smoothly |
Kiwihosting.Net - The Forum Hosting Specialists
|
Edited by - Gremlin on 14 December 2002 19:38:47 |
|
|
jfitz
Junior Member
USA
345 Posts |
Posted - 15 December 2002 : 13:35:40
|
It will probably be about a week...I'll let you know. |
--Jördan It's a wasted day if you don't spend at least part of it flying upside down. |
|
|
BWJM
Junior Member
Canada
193 Posts |
Posted - 16 December 2002 : 12:10:36
|
The database would have to be hosted on an external SQL server in this case, would it not? |
|
|
|
jfitz
Junior Member
USA
345 Posts |
Posted - 16 December 2002 : 14:22:30
|
The data base is on a separate server, with an off-internet connection to the forum servers. |
--Jördan It's a wasted day if you don't spend at least part of it flying upside down. |
|
|
David K
Junior Member
494 Posts |
Posted - 16 December 2002 : 15:45:30
|
actually it could be hosted on a seperate server with an access database as well (as a network share) |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 16 December 2002 : 16:09:35
|
quote: Originally posted by BWJM
The database would have to be hosted on an external SQL server in this case, would it not?
This would be the case in most corporate environments anyway, though no it doesnt have to be on a separate server. It's quite feasilbe to have it on one of the servers within the cluster, you just need to access it via the Dedicated IP rather than the Cluster IP. |
Kiwihosting.Net - The Forum Hosting Specialists
|
Edited by - Gremlin on 16 December 2002 16:11:48 |
|
|
|
Topic |
|