Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Transactions Help

    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!

    #2
    See the Standalone DataSource Usage overview, which explains how to perform transactions without an RPCManager to automatically manage them in the context of the HTTP lifecycle.

    Comment

    Working...
    X