The :thread-policy
keyword argument of op:create_poa
controls the number of threads created.
Use the same thread for all requests.
Use an ORB specific number of threads.
Use n
threads.
Currently the "ORB specific number of threads" is 1, so this is the same as :single-thread-model
.
See the Portable Object Adapter specification, available from OMG.