You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
So, I'm using Savon in a multithreaded way (Savon 3), and I am creating a new 'operation' each time a thread forks, in order to prevent corruption at the HTTP client request/response level. And doing this seems to go off an fetch the wsdl reference schemas every time.
The WSDL I'm using has about 20 remote schemas. I'm going to hack into this bit and define a cache option using Rails Cache I think. Any place you want me to set this up as a configuration parameter that can be turned on and off?
There is no reason to make multiple HTTP requests to the same WSDL?xsd0 address.
No Configurable option available. Will cache on client creation in memory.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So, I'm using Savon in a multithreaded way (Savon 3), and I am creating a new 'operation' each time a thread forks, in order to prevent corruption at the HTTP client request/response level. And doing this seems to go off an fetch the wsdl reference schemas every time.
The WSDL I'm using has about 20 remote schemas. I'm going to hack into this bit and define a cache option using Rails Cache I think. Any place you want me to set this up as a configuration parameter that can be turned on and off?
There is no reason to make multiple HTTP requests to the same WSDL?xsd0 address.
No Configurable option available. Will cache on client creation in memory.
The text was updated successfully, but these errors were encountered: