Page 1 of 1

Can we create multiples orders by accesing to multiples mid-tiers in parallel?

Posted: Wed Jan 08, 2020 6:45 pm
by isgarcia@nat.com
Hello.

I built a process to import a large amount of orders into softpro using the SDK, we have a set of mid-tiers (about 15 servers), I am wondering if I can run the import connecting to each server in paralel and create orders in each one, at the end all orders goes to the same DB, any advise on this? any concurrency problems from this perspective?

Re: Can we create multiples orders by accesing to multiples mid-tiers in parallel?

Posted: Thu Jan 09, 2020 12:55 pm
by BobRichards
In most applications their is a load balancer between the Client and the Midtiers. It's job is to spread the load and try to pass current orders to the machine that has the order already in working memory (midtiers have order affinity). There is no way to control how orders are allocated to servers in this environment.

However, if you can access each midtier directly, then you can specify the specific location URL when you connect to Select.