/[gzz]/gzz/lava/gzz/storm/impl/P2PPool.java
ViewVC logotype

Diff of /gzz/lava/gzz/storm/impl/P2PPool.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by benja, Sun Jan 19 03:41:55 2003 UTC revision 1.2 by benja, Sat Jan 25 13:36:09 2003 UTC
# Line 5  import gzz.storm.headers.*; Line 5  import gzz.storm.headers.*;
5  import java.io.*;  import java.io.*;
6  import java.util.*;  import java.util.*;
7    
8  /** Scratch for a P2P-based, indexed Storm pool.  /** P2P-based, indexed Storm pool.
9   *  Unfinished.   *  "Componentalized" into a "P2PMap" (an peer-to-peer indexing mechanism)
10     *  and a "Server" (actually a matching client and server implementation,
11     *  for retrieving actual files). The simplest Server impl is HTTP
12     *  (see <code>HttpP2PServer.py</code>, a Python module because
13     *  we use Python's existing HTTP server code).
14     *  <p>
15     *  XXX finish
16     *  XXX Become asynchronous -> don't subclass AbstractLocalPool...
17   */   */
18  public abstract class P2PPool extends AbstractPool {  public abstract class P2PPool extends AbstractLocalPool {
19    
20      protected P2PMap map;      protected P2PMap map;
21      protected Server server;      protected Server server;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26