spjeff / spbestwarmup

Tired of waiting for SharePoint pages to load? Want something easy to support? That works on all versions? This warmup script is for you!
2 stars 0 forks source link

Existince of Load Balancer #25

Closed martinlingstuyl closed 5 years ago

martinlingstuyl commented 5 years ago

Hi Jeff,

Does this script take into account the existence of a load balancer? If not, we would not want to only warm up a single front end machine in a farm if the next request might just be redirected to a different machine that has not be warmed up.

what are your ideas on this?

Kind regards, Martin

spjeff commented 5 years ago

Covered with "-farminstall" for machines.

Works for load balancer and covers service applications, etc.

On Thu, Mar 7, 2019, 3:25 AM Martin Lingstuyl notifications@github.com wrote:

Hi Jeff,

Does this script take into account the existence of a load balancer? If not, we would not want to only warm up a single front end machine in a farm if the next request might just be redirected to a different machine that has not be warmed up.

what are your ideas on this?

Kind regards, Martin

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/spjeff/spbestwarmup/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYvX-v_aS89XRN3RJy49rCJ1MuB5mlbks5vUNrwgaJpZM4biuGo .

martinlingstuyl commented 5 years ago

Hi Jeff,

I can see it calls the Service Applications by servername. But if it calls for example: https://contoso.org.local that call would be load balanced (as it resolves to the loadbalancer), even if it was called from all the servers, or am I wrong in this?

spjeff commented 5 years ago

Yes, -farminstall covers that also

On Thu, Mar 7, 2019, 5:29 AM Martin Lingstuyl notifications@github.com wrote:

Hi Jeff,

I can see it calls the Service Applications by servername. But if it calls for example: https://contoso.org.local that call would be load balanced (as it resolves to the loadbalancer), even if it was called from all the servers, or am I wrong in this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/spjeff/spbestwarmup/issues/25#issuecomment-470490988, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYvX3LaQHhVsSzO0Q-nEc-Whkz5Wf9iks5vUPf7gaJpZM4biuGo .

martinlingstuyl commented 5 years ago

ok, thanks!