Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zob_cloud
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
zob_cloud
4y ago
Which internal health checks are you referring to?
2.
▲
by
zob_cloud
9y ago
Browsers typically use a few connections to load a page so that it can load faster. Each of those threads has a different source port, and thus may route to a different target. In Colm's demo, it depends which thread your browser uses
3.
▲
by
zob_cloud
9y ago
There are ways of finding out more... https://www.amazon.jobs/en/jobs/518372/senior-software-devel...
4.
▲
by
zob_cloud
9y ago
Better off depends on what your workload goals are. If you want path or host name based routing, Application load balancer may be a better fit as it natively supports WebSockets. If your goal is long lived sessions (weeks and months, not mi
5.
▲
by
zob_cloud
9y ago
And they're free! Although only can be used on AWS services, currently ELB and CloudFront. https://aws.amazon.com/certificate-manager/
6.
▲
by
zob_cloud
10y ago
Yes they do. For a single connection the websocket will always go to the same back end regardless of sticky sessions being enabled. If stickyness is enabled, and the same client creates a new websocket, it will go to the same back end as pr
7.
▲
by
zob_cloud
10y ago
ELB Classic & ELB Application Load Balancer don't support multiple SSL certificates. There is support multiple Subject Alternative Names (SANs https://en.wikipedia.org/wiki/Subject_Alternative_Name ) And there