SOLVED

Multithreading SOAP Requests

Go to solution
Anonymous
Not applicable
I am trying to multithread SOAP requests, but getting "InternalError" exception.

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

Thanks
Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable
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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable
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.
Anonymous
Not applicable
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