Skip to content

jonmorehouse/python-zerorpc-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroRPC Python Proof of Concept App

Goals

  • Basic zero-rpc app up and running
  • Process based parellism to run multiple clients from one program
  • Write up some basic tests using Nose for this type of application
  • Build out a packeable app and write up a Docker cookbook

Resources

Instructions

  • Install all dependencies

    `pip install -r requirements.txt`
    
  • Start up servers

    `python src/servers.py`
    
  • Test clients agains servers

    `python src/clients.py`
    
  • Start up haproxy / assuming haproxy is on your path

    `haproxy -f haproxy.cfg`
    
  • Test out haproxy client

    `python src/haproxy_client.py`
    

About

ZeroRPC Python Proof of Concept Using Haproxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages