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
search.manager or just move it into search.py : everything related in peer.py related to searching
distributed.py : everything related to distributed network
There's also other search related things that could move from other things to this new search manager:
state.py : received_searches and search_requests fields
server.py : the wishlist task could be moved to the new search module
server.py : should query, query_room be moved to here as well?
Note: I have yet to understand if there might be an impact: peer.py currently also passes search requests on the children so the distributed.py needs to keep listening for search requests
The text was updated successfully, but these errors were encountered:
Split
peer.py
functionality into modules:search.py
: everything related inpeer.py
related to searchingThere's also other search related things that could move from other things to this new search manager:
received_searches
andsearch_requests
fieldsquery
,query_room
be moved to here as well?Note: I have yet to understand if there might be an impact: peer.py currently also passes search requests on the children so the
distributed.py
needs to keep listening for search requestsThe text was updated successfully, but these errors were encountered: