Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

managing concurrency #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions concurrency.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Hi Guys, this is the only way i could think of contacting you. You need to be aware thet Netsuite is changing their concurrency for this connection method.
Our account will be limited to just 5 connections at one time from the original 50 claimed by the library creator.
Your implementation does not respect concurrency, as ive witnesed in our netsuite concurrency statistics making more than 5 connections at a time.
We also use this library (my own fork) for our website integration, so your library will be fighting ours for connections. this is not good.
I have implemented a message queue to get around this. You will likely need something like this, or make your servers only connect to netsuite once at a time. Even then it will need to handle the error reply of concurrency error, though you may already have this, there's a resonable chance you know what im talking about.
What are we going to do about this ? Ive tried contacting tenfold support but no reply for many days. Sales was helpful but they cant do much...