Click here to Skip to main content
15,949,686 members
Home / Discussions / Web Development
   

Web Development

 
QuestionNeed advice is developing this project in MS Sharepoint is a good idea... Pin
Rafferty Uy15-Jun-08 21:45
Rafferty Uy15-Jun-08 21:45 
QuestionStoring Array in the Profile of Web.config Pin
Zeeshan Riaz14-Jun-08 11:17
Zeeshan Riaz14-Jun-08 11:17 
AnswerRe: Storing Array in the Profile of Web.config Pin
Christian Graus14-Jun-08 11:19
protectorChristian Graus14-Jun-08 11:19 
GeneralRe: Storing Array in the Profile of Web.config Pin
Zeeshan Riaz14-Jun-08 11:28
Zeeshan Riaz14-Jun-08 11:28 
GeneralRe: Storing Array in the Profile of Web.config Pin
Christian Graus14-Jun-08 11:33
protectorChristian Graus14-Jun-08 11:33 
QuestionDeploying Zero DownTime Updates in production ... Pin
SandeshLohar7313-Jun-08 2:34
SandeshLohar7313-Jun-08 2:34 
AnswerRe: Deploying Zero DownTime Updates in production ... Pin
Mark Churchill15-Jun-08 20:28
Mark Churchill15-Jun-08 20:28 
GeneralRe: Deploying Zero DownTime Updates in production ... Pin
SandeshLohar7316-Jun-08 0:50
SandeshLohar7316-Jun-08 0:50 
Hi Mark,

Thanks for your help...

I think there are few problems with the approach you suggested as added inline ..

Can you configure affinity groups in F5 and split your farm based on version?
Assuming the Affinity is turned on, if we split the Farm into two, this will lead to two
separate Virtual IPs (I mean one for load balancer serving the older version of the web farm
& another for the newer version…), which may not be desirable..

How many nodes do you have? Is there any time during the day where your load is light enough that you can drain-stop onto a subset of machines (say half), update half, bring the "updated half" online, drain-stop the "old half", then update?
Assuming the nodes is even number N,(which implies half the nodes i.e. N/2 are serving the older
version [say A], with the other half i.e. N/2 serving the newer version[say B]), when the
offline nodes,(N/2) for B are brought online, with corresponding nodes N/2 for A set to drain
out, these N/2 nodes for A will stop receiving any further new requests, but continue to process
the exiting requests. Now the problem with this is, the moment, drain out/stop has been
configured, & user has posted back a form, this postback request will be routed to the some
other node maybe from set B, despite the affinity being turned…- which still leaves our
initial question unanswered - one, where original request was server by a older version node,
but its postback is being routed to a newer version node…

Please let me know, if there is any indiscrepancy in my understanding …

Regards,
Sandesh
GeneralRe: Deploying Zero DownTime Updates in production ... Pin
Mark Churchill17-Jun-08 22:04
Mark Churchill17-Jun-08 22:04 
QuestionHow we can get web browser height and width information on the same page Pin
r aa j12-Jun-08 19:19
r aa j12-Jun-08 19:19 
QuestionServer.CreateObject Failed Pin
ganeshMohan12-Jun-08 18:12
ganeshMohan12-Jun-08 18:12 
QuestionI need code JavaScript auto Images and Link for Advetisment Pin
haibec12-Jun-08 17:30
haibec12-Jun-08 17:30 
AnswerRe: I need code JavaScript auto Images and Link for Advetisment Pin
Christian Graus13-Jun-08 16:44
protectorChristian Graus13-Jun-08 16:44 
QuestionEmail Search Engine Pin
mukera12-Jun-08 15:39
mukera12-Jun-08 15:39 
AnswerRe: Email Search Engine Pin
Christian Graus12-Jun-08 15:44
protectorChristian Graus12-Jun-08 15:44 
GeneralRe: Email Search Engine Pin
Ashfield13-Jun-08 2:51
Ashfield13-Jun-08 2:51 
QuestionHalting JS Ajax events from firing Pin
devil8512-Jun-08 11:34
devil8512-Jun-08 11:34 
QuestionHow do I make a website 'Live'. Pin
REBMCAD12-Jun-08 8:18
REBMCAD12-Jun-08 8:18 
AnswerRe: How do I make a website 'Live'. Pin
WillemM12-Jun-08 9:05
WillemM12-Jun-08 9:05 
GeneralRe: How do I make a website 'Live'. Pin
REBMCAD12-Jun-08 9:25
REBMCAD12-Jun-08 9:25 
QuestionFacebook Login protection? Pin
udikantz12-Jun-08 0:43
udikantz12-Jun-08 0:43 
AnswerRe: Facebook Login protection? Pin
Ashfield12-Jun-08 1:33
Ashfield12-Jun-08 1:33 
GeneralRe: Facebook Login protection? Pin
udikantz12-Jun-08 1:35
udikantz12-Jun-08 1:35 
QuestionIIS and Portal Problems Pin
Shrimpersfan11-Jun-08 22:57
Shrimpersfan11-Jun-08 22:57 
AnswerRe: IIS and Portal Problems Pin
Ashfield12-Jun-08 1:27
Ashfield12-Jun-08 1:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.