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
Design a solution which will help us to abstract the storage layer of link queue. However, note that default storage should be POSIX shared memory. The abstraction of storage layer will allow us to have crawlers in distributed environments. In addition to that, link queue needs a persistent storage for links to be able to recover in case of failures or any shortages.
The text was updated successfully, but these errors were encountered:
Design a solution which will help us to abstract the storage layer of link queue. However, note that default storage should be POSIX shared memory. The abstraction of storage layer will allow us to have crawlers in distributed environments. In addition to that, link queue needs a persistent storage for links to be able to recover in case of failures or any shortages.
The text was updated successfully, but these errors were encountered: