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

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
isgarcia@nat.com
Posts: 4
Joined: Tue Sep 24, 2019 2:07 pm

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

Post 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?
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

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

Post 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.
Bob Richards, Senior Software Developer, SoftPro
Post Reply