FW: [Webware-devel] urllib and https = thread poop

2001-10-25 Thread Jeff Johnson
> At 10:23 AM 10/24/2001 -0400, Jeff Johnson wrote: > >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 :( > > >

RE: [Webware-devel] urllib and https = thread poop

2001-10-24 Thread Jeff Johnson
> Sounds like the C code that does the SSL is not _releasing_ > the global > thread lock. I would post this to comp.lang.python. (Are you using > M2Crypto, or the SSL support that you can build directly into > Python, or > something else?) I think it's using the SSL that comes standard wit

Re: [Webware-devel] urllib and https = thread poop

2001-10-24 Thread Geoff Talvola
At 10:23 AM 10/24/01 -0400, you wrote: >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.u

[Webware-devel] urllib and https = thread poop

2001-10-24 Thread Jeff Johnson
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