Firebase Redundancy/Failover - How does it work -


i'm curious how redundant firebase is? when write database firebase automatically replicated multiple data centers/servers?

i noticed if go http://status.firebase.com/, there list of servers (?) called s-dal5-nss-xx. not sure these mean or how find out 1 of these application resides on.

more information great!

thank you!

how find out 1 of these application resides on

from discussion on firebase mailing list:

you can monitor https://.firebaseio.com/.settings/owner.json find out server currently handling requests firebase app. note whilst method of getting current hostname firebase under, firebase apps not guaranteed stay on same server - configurations can (and do) change add or remove servers rotation or load balance necessary.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -