I'm looking for some guidance on transactions for DSRequests that are executed asynchronously in different threads.
For regular data source requests or DMI, we use the RPCManager and pass that in to any subsequent DSRequest so that they are all a part of the same transaction.
We have no problem executing DSRequests on different threads, but we don't use the RPCManager. My assumption here is each request is a separate transaction?? Is there something similar that we can do for asyn calls? Can we construct a RPCManager outside of the request context?
Thanks!
For regular data source requests or DMI, we use the RPCManager and pass that in to any subsequent DSRequest so that they are all a part of the same transaction.
We have no problem executing DSRequests on different threads, but we don't use the RPCManager. My assumption here is each request is a separate transaction?? Is there something similar that we can do for asyn calls? Can we construct a RPCManager outside of the request context?
Thanks!
Comment