Multithreading SOAP Requests | Community
Skip to main content
November 25, 2013
Solved

Multithreading SOAP Requests

  • November 25, 2013
  • 2 replies
  • 1826 views
I am trying to multithread SOAP requests, but getting "InternalError" exception.

Is tehre anything I have to take into consideration by doing this?

Thanks
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
You should absolutely be able to multi-thread requests.  In fact, this is how clients that work on large batches of leads/activities use the APIs.  Have you tried the same code from a single threaded application? 

Please feel free to log a ticket if you want someone on our side to take a look

2 replies

November 25, 2013
I tried to run 60 threads (1 thread for 1 minute time frame), but started getting "Internal Server Error". I spoke with support on the phone, and it looks like our API access was disabled. Someone is working with me to fix this. Thanks.
Accepted solution
November 25, 2013
You should absolutely be able to multi-thread requests.  In fact, this is how clients that work on large batches of leads/activities use the APIs.  Have you tried the same code from a single threaded application? 

Please feel free to log a ticket if you want someone on our side to take a look