Confirmed users
1,018
edits
Line 90: | Line 90: | ||
# ENDPOINTs are Globally Unique | # ENDPOINTs are Globally Unique | ||
# Data must be stored and managed in a highly responsive manner (low read/write latency) | # Data must be stored and managed in a highly responsive manner (low read/write latency) | ||
# | # PLACEHOLDER SERVER should support 1MM+ number of simultaneously connected clients | ||
# Connections should maintain as long as possible. A server should not break a connection because it's gone idle. | # Connections should maintain as long as possible. A server should not break a connection because it's gone idle. | ||
# A PLACEHOLDER SERVER should attempt to retry a failed transmission to the client every 60 seconds. | # A PLACEHOLDER SERVER should attempt to retry a failed transmission to the client every 60 seconds. |