You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been thinking about a feasible implementation and extension of this mechanism. The following lied in my considerations:
BitTorrent trackers or implementing a DHT (distributed hash table) for tracking requests
"Buses" in CPU architecture, in which different types of data go through them with corresponding privileges. We can potentially build different "buses" based on GunDB with different functionalities and privileges. E.g., address bus for tracking, signal/control bus for transmitting operations and data bus for holding temporary friendship certificate issuing/renewing requests. This is an efficient design, and I would like to explore more on a distributed implementation of this.
Using FB's graph API to get a user's friend list directly?
I have been thinking about a feasible implementation and extension of this mechanism. The following lied in my considerations: