Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoe committed Dec 4, 2013
1 parent 9e297e1 commit e5aae99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -2,7 +2,7 @@
#AMQP-RPC

RPC library based on AMQP protocol.
Tested with RabbitMQ under ubuntu.
Tested with RabbitMQ on the highload project.


###Install RabitMQ
Expand Down Expand Up @@ -78,9 +78,9 @@ Run multiple servers.js for round-robin shared.

##broadcast

Example: Core receiving data from all workers.
Run multiple worker.js for broadcast witness.
The core.js must be launched after all worker.js instances.
Example: Core receiving data from all workers.
Run multiple worker.js for broadcast witness.
The core.js must be launched after all worker.js instances.

###example/broadcast/worker.js

Expand Down Expand Up @@ -136,7 +136,7 @@ Run multiple servers.js for round-robin shared.
});


results for three workers:
Results for three workers:

----------------------- WORKER STATISTICS ----------------------------------------
host1:2612 uptime= 2470.39 seconds counter= 2
Expand Down

0 comments on commit e5aae99

Please sign in to comment.