Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Create Invoices with web service using C# Multi-Threading
Each month we have a billing tool application that runs to create the Invoices in NetSuite for each of our customers. This tool takes a very long time to complete (approx. 20 hours). We would like to shorten this by making the application multi-threaded. I have implemented the threading in the code and all threads seem to be running. The problem is that we've noticed an unusual behavior in how NetSuite is receiving the requests. In the web services usage log, we can see that all threads are running, but it is only allowing two threads to process at a time.
0