PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WebDev apps behind a Load Balancer
WebDev apps behind a Load Balancer
Iniciado por guest, 23,ago. 2017 20:59 - 2 respuestas
Publicado el 23,agosto 2017 - 20:59
Hello:

Did someone test a WebDev App behind a Load Balancer? I'm wondering if these kind of webs apps as normally the load balancer forward each request to a different web server. But this is not a problem for state-less web pages. However, in web apps with state context, the story is different....

Thanks
Michael
Publicado el 23,agosto 2017 - 21:10
Hi Michael,

one of my customer did a few years back (webdev 11, at the time) and we didn't get any webdev related problem with it.
I think I remember his IT specialist telling me about a persisting context setting, or something of the sort.


Best regards
Publicado el 24,agosto 2017 - 01:24
Hello Fabrice:

Thanks for the answer.
I found this article regarding AWS Load Balancer, which I think applies to my question;

https://aws.amazon.com/blogs/aws/new-elastic-load-balancing-feature-sticky-sessions/

Regards;
Michael