Skip to content

Instantly share code, notes, and snippets.

View write2munish's full-sized avatar

Munish Gupta write2munish

View GitHub Profile
@write2munish
write2munish / ApplicationManagerSystem.java
Created March 16, 2012 04:53
Load Generation Example Code
private ActorSystem system;
private final ActorRef router;
private final static int no_of_msgs = 10 * 1000000;
public ApplicationManagerSystem() {
final int no_of_workers = 10;
system = ActorSystem.create("LoadGeneratorApp");