• Jim Fulton's avatar
    Refactored the zrpc implementation to: · 245a8580
    Jim Fulton authored
    - Most server methods now return data to clients more quickly by writing to
      client sockets immediately, rather than waiting for the asyncore
      select loop to get around to it.
    
    - More clearly define client and server responsibilities. Machinery
      needed for just clients or just servers has been moved to the
      corresponding connection subclasses.
    
    - Degeneralized "flags" argument to many methods. There's just one
      async flag.
    245a8580
connection.py 33.1 KB