*/
private JAResponseCounter responseCounter;
public void run1Parallel(Request req, RP rd1) throws Exception {
int p = actors.length;
responseCounter = new JAResponseCounter(p, rd1);
int i = 0;
while (i < p) {
req.send(this, actors[i], responseCounter);
i += 1;