NetTalk Central

Author Topic: Load Balancing??  (Read 5302 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 687
    • View Profile
    • Email
Load Balancing??
« on: February 13, 2017, 04:11:38 AM »
is possible create a load balancing with nettalk??

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Load Balancing??
« Reply #1 on: February 13, 2017, 05:09:43 AM »
the short answer is yes -
but I'm not sure you asked the question you meant to ask.

Perhaps explain a bit more about what you have in mind?

cheers
Bruce

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: Load Balancing??
« Reply #2 on: February 20, 2017, 11:20:47 PM »
HI

"Load Balancing" usually refers to the spreading of sessions across multiple web servers.  Windows provides NLB (Network Load Balancing) which performs this function but there are other hardware implementations that incorporate high availability and extended performance options.

In this environment the Clarion-NetTalk program can run on multiple servers with say, a single database server and therefore can work in a load balanced environment.  You won't have to do anything special in NetTalk to take advantage of this technology.

But maybe this is not what you meant.  Perhaps you meant controlling or balancing individual sessions on a web server.  That is another question that would require more specific information to address.

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
Re: Load Balancing??
« Reply #3 on: February 27, 2017, 03:40:28 AM »
Hi,
This sounds very interesting.
Has this been discussed somewhere before?
Rene
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Load Balancing??
« Reply #4 on: February 27, 2017, 10:45:22 PM »
we've chatted about load balancing a few times in webinars and so on.
Typically it isn't actually all that interesting unless you have a server that cannot cope with the incoming traffic.

The short answer is that Load Balancing a NetTalk server is no different to load balancing any server, and there are lots of tools out there that can assist with doing that.

cheers
Bruce

bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: Load Balancing??
« Reply #5 on: March 21, 2017, 10:27:20 PM »
Hi,

We load balance our big NetTalk Servers.

We have load balanced in AWS. You can use ELB (AWS's built-in load balancer).

We have load balanced with our Fortinet routers.

Under some circumstances you need to do extra stuff in your NetTalk app.

For example, if you want to support both HTTP and HTTPS traffic on your site, but also offload SSL to your load balancer, AND you also need to redirect HTTP requests to the secure part of your site, you need to read the special request headers to work out if you need to redirect to HTTPS or not.

Further John Moore who works for LJ Hooker in Australia has also built a load balancer in NetTalk. They use that in production at the moment.

Regards
Bill