Re: QPIC CPP threading model

2021-07-13 Thread Gordon Sim
On Tue, Jul 13, 2021 at 1:10 PM rahul.sin...@morganstanley.com wrote: > I need it to ensure I can run it on a specific CPU core. Ok, running pstack against the process should show you the thread id for that. - To unsubscribe,

RE: QPIC CPP threading model

2021-07-13 Thread rahul.sin...@morganstanley.com
Regards, Rahul -Original Message- From: Gordon Sim Sent: 13 July 2021 12:30 To: users@qpid.apache.org Subject: Re: QPIC CPP threading model On Tue, Jul 13, 2021 at 12:23 PM rahul.sin...@morganstanley.com wrote: > I am using qpid-cpp-1.39.0 and want to create multiple topics and handle &g

Re: QPIC CPP threading model

2021-07-13 Thread Gordon Sim
On Tue, Jul 13, 2021 at 12:23 PM rahul.sin...@morganstanley.com wrote: > I am using qpid-cpp-1.39.0 and want to create multiple topics and handle > incoming data in the most efficient way. What I have understood is that the > qpid::messaging::Connection, Session and Receiver are all created in

QPIC CPP threading model

2021-07-13 Thread rahul.sin...@morganstanley.com
Hello, I am using qpid-cpp-1.39.0 and want to create multiple topics and handle incoming data in the most efficient way. What I have understood is that the qpid::messaging::Connection, Session and Receiver are all created in the application thread. When we try to fetch data from the Receiver,