Skip to content

golanha/zmq-tests

Repository files navigation

0MQ games

  • create venv
virtualenv ~/envs/zmq -p /usr/bin/python3.7
  • install
pip install -r requirements.txt

one client

run in multiple terminals

python clientStandalone.py
python server.py
python server.py
python server.py
python server.py

server options (envs) WORK_TIME_MS: sleep time in milliseconds (simulates work) CLIENT_ADDRESS: in the form of tcp://localhost:5556. to support running on multiple machines/dockers

client options (envs) DATA_SIZE: data payload size in bytes

multiple clients

WIP

python clientMulty.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published