I finally got around to writing a test script today to see why whenever I send a transaction to a credit card processor, all my servlets freeze until the transaction is complete. I thought I was imagining it, I wasn't :(
When my servlet calls urllib.urlopen to an HTTPS url, all servlets for that instance of webkit freeze until it finishes. I'll poke around usenet and the source for the libraries involved. I would guess there is a thread lock somewhere in there. Hopefully there is a good way to get around it, otherwise I might have to move my credit card queries to another process? Any suggestions? Thanks, Jeff _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
