Jump to content

multi threading


Rolf Van Rijn 2

Recommended Posts

we currently run a single thread for all our scribe packages as some of the packages would step on each other.

example: if we get 2 changes to the same object (sales order), when we would run everything multithreaded it would cause errors.

is it possible to run packages on their own threads.. so customer packages vs items vs sales orders. 3 threads in total.

so all sales orders are processed 1 at a time, but at the same time we are processing items in another thread.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...