summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/LoadBalancing.mpc
blob: 1ae76ad9d3ef2d50347a193109e7f8a8a83fe787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// $Id$
project(*Performance_IDL): loadbalancing, strategies {
  IDL_Files {
    Test.idl
  }

  custom_only = 1
}

project(*Performance_Server): loadbalancing, pi_server, strategies {
  after += *Performance_IDL
  avoids += ace_for_tao
  Source_Files {
    server.cpp
    Roundtrip.cpp
    ORBInitializer.cpp
    ServerRequestInterceptor.cpp
    RPS_Monitor.cpp
    TestS.cpp
    TestC.cpp
  }

  IDL_Files {
  }
}

project(*Performance_Client): loadbalancing, strategies {
  after += *Performance_IDL
  avoids += ace_for_tao
  Source_Files {
    TestC.cpp
    client.cpp
  }

  IDL_Files {
  }
}