[tao-users] Memory pools with TAO

Christian Fromme christian at ast.dfs.de
Thu May 21 03:31:54 CDT 2015


On 20.05. 15:53, Manjula Peiris wrote:
> I am doing some research with TAO to see whether I can improve the
> performance when handling multiple requests by keeping memory pools.
> For example if a client is sending many number of requests using the
> same connection I would like to see whether we can improve the server
> performance by allocating dynamic memory from a memory pool which
> lives for the lifetime of the connections not only for the request,
> similar to memory pools in Apache HTTPD
> (http://www.apachetutor.org/dev/pools). This memory pool can be used
> in the service as well as in the ORB. If you can point to any
> resources or any ideas on this will be greatly appreciated.

Assuming you're familiar with TAO options[0] like -ORBUseLocalMemoryPool
and similar one that offer thread and/or memory pooling?

Best,
Christian

[0] www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/TAO/docs/Options.html


More information about the tao-users mailing list