This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 192
Extreme performance issues in suds library #28
Comments
Do you have a code sample? Also, what version of python are you using? I haven't seen this sort of delay in tests. |
This is the code were using, it's Python 2.7. When post() is called, it takes a minute to build the soap request (10 seconds on my dev machine though.) During that time, my computer heats up and the fans kick on. I haven't looked at this in a couple weeks but it seemed like an issue in the suds library where it builds the class from the wsdl. The actual network trip only takes about ~150 ms.
|
Has anyone found a resolution to this issue? We're seeing this same issue, a triggered send using this SDK is taking ~24 seconds to complete.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I'm wondering if you guys noticed that when the Fuel SDK creates a SOAP request, it goes through extreme CPU usage. On a new macbook pro, it takes about 10 seconds to build an object. On a medium Amazon AMI, it takes over 1 minute. This is just to build a instantiate a Python object. It looks like it occurs in the suds library. Haven't spend too much time looking into it.
The text was updated successfully, but these errors were encountered: