SOLVED

Multithreading SOAP Requests

Go to solution
Anonymous
Not applicable

Multithreading SOAP Requests

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

Accepted Solutions
Anonymous
Not applicable

Re: Multithreading SOAP Requests

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

Re: Multithreading SOAP Requests

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
Anonymous
Not applicable

Re: Multithreading SOAP Requests

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.