What's new? | Help | Directory | Sign in
Google
grassyknoll
GrassyKnoll: a Search Engine in Python
  
  
  
  
    
Search
for
Updated Mar 10, 2008 by peter.fein
ClientBackend  
A backend connected to a remote Collection

The ClientBackend implements the Collection API as a HTTP client to a remote server running the RestFrontend. Unlike the other BackEnds, it does not store any data locally. Instead, it forwards all requests to the remote server.

Currently, it exists as a proof-of-concept of GrassyKnoll's capability for distributed computing. More advanced strategies, such as replication and partition (aka sharding) may be developed.

ClientBackend lives in grassyknoll.client.ClientCollecton


Sign in to add a comment