Greetings,
i have a twisted app (v1.3) that makes soap requests to another non-twisted server to build pages.
Sometimes these requests can take a long time and i need to provide a cancel mechanism that sends a second "cancel" soap message.
In my current implementation the UI is blocked until the request completes.
I looked into how to make the SOAP proxy defer my client requests and i tried to make a second TCPServer on another port to try and get my cancel requests out the door.
Any suggestions on how to best implement?
Kind regards,
e.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Erik Swan
Splunk Technology
splunk > Taking the sh out of IT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .