[Webware-devel] CanKit 0.0.0

2001-10-24 Thread Chuck Esterbrook
I have extracted Cans from WebKit into a CanKit 0.0.0 which I have sent to Jay Love, who originated them. Since he is a Webware developer with his own web site and access to the Webware home page, I'll leave it to him to decide if/when/how/where to upload this. -Chuck ___

Re: [Webware-devel] pathVariables

2001-10-24 Thread Ian Bicking
Chuck Esterbrook <[EMAIL PROTECTED]> wrote: > At 12:10 AM 10/25/2001 -0500, Ian Bicking wrote: > [snip several examples] > >That's just a few things I can think of, mostly things which I can > >give specific situations where I'd use them. I bet other people will > >have other ideas. > > I don't

Re: [Webware-devel] pathVariables

2001-10-24 Thread Chuck Esterbrook
At 12:10 AM 10/25/2001 -0500, Ian Bicking wrote: [snip several examples] >That's just a few things I can think of, mostly things which I can >give specific situations where I'd use them. I bet other people will >have other ideas. I don't know Ian. I think you might have covered it all. ;-) __

Re: [Webware-devel] pathVariables

2001-10-24 Thread Ian Bicking
"Clark C . Evans" <[EMAIL PROTECTED]> wrote: > | In fact, what's apparent from previous discussions is > | that URL-needs vary widely. > > This isn't clear to me at all. What other requirements > would there be? I can see one other requirement -- one > would like to use path based syntax inste

Re: [Webware-devel] pathVariables

2001-10-24 Thread Chuck Esterbrook
At 08:24 PM 10/24/2001 -0400, Clark C . Evans wrote: >What I need is B1. The built-in http query parameters >give you B2. I don't think A1 or A2 are that useful >since parameters by position is brittle and not self >documenting. And I would put forth that perhaps >given B1 and B2, A1 and A2 are

Re: [Webware-devel] pathVariables

2001-10-24 Thread Clark C . Evans
On Wed, Oct 24, 2001 at 01:57:52PM -0700, Chuck Esterbrook wrote: | >It's Chuck's call, but my inclination is to shelve this until | >after Webware 0.6 final is released. | | I concur. Part of it has to do with the fact that I want a | more general URL solution ala Terrel's URLDecoder. | | For

Re: [Webware-devel] pathVariables

2001-10-24 Thread Chuck Esterbrook
At 04:06 PM 10/23/2001 -0400, Geoff Talvola wrote: >At 02:26 PM 10/22/01 -0400, Clark C . Evans wrote: >>Hello all. I finally got a breather and did a sync-up >>with the Webware CVS this afternoon. As we talked about >>a month and a half ago... (long time), I was wondering >>if pathVariables cou

[Webware-devel] Re: [Webware-discuss] A few patches

2001-10-24 Thread Clark C . Evans
Ken, I like the "Kit" (mix-in) approach mentioned by Tom, this would keep the database access code properly out of the WebKit core. That said, I understand the problem with the funcitonality that belongs in the Application object. Right now my application isn't cleaning up database connec

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