Re: [Web-SIG] What is everyone using for URL dispatch?

2009-07-13 Thread Christian Wyglendowski
ole lot of development activity going on there. > > Is everyone just rolling their own?  Using the ones built into frameworks? I'm guessing that Routes and Selector might be close to "done". They both work well AFAIK. Active development isn't a great indicator of how u

Re: [Web-SIG] Closing long-running WSGI requests (possible?)

2009-04-13 Thread Christian Wyglendowski
On Mon, Apr 13, 2009 at 10:40 AM, Chimezie Ogbuji wrote: > Hello. I have a problem with a WSGI-based SPARQL server that I have been > unable to resolve for some time. I was told this is the best place to ask > :). I'm building a SPARQL [1] server that is deployed as WSGI/Paste > server. SPARQ

Re: [Web-SIG] Support tools for analyzing pages on the Web

2007-02-02 Thread Christian Wyglendowski
On 2/2/07, Dave Kuhlman <[EMAIL PROTECTED]> wrote: > I'd like to implement and explore tools for analyzing Web pages. I > have in mind things like: > > - Tracing links from a Web page. Building a tree structure of > links to a specified depth. > > - Tracing links to a Web page. Showing incomin

Re: [Web-SIG] wsgiref bug with HEAD request

2006-11-12 Thread Christian Wyglendowski
On 11/12/06, Joe Gregorio <[EMAIL PROTECTED]> wrote: According to RFC 2616 the HEAD response MUST NOTreturn a message-body in the response:   http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4 Right.  I *think* the problem that Sylvain is bringing to light is that a different headers are

Re: [Web-SIG] On HTTP Servers and WSGI (was "WSGI in standard library")

2006-02-06 Thread Christian Wyglendowski
Ian Bicking wrote: > It doesn't really need to do that, it's easy to do that in the WSGI > application itself. For instance: > > def dispatch(app_map): > I can understand this is a common desire and it is not obvious that you > can do this, so it might be useful to include some mid

[Web-SIG] On HTTP Servers and WSGI (was "WSGI in standard library")

2006-02-06 Thread Christian Wyglendowski
Robert Brewer said (in reference to CherryPy's WSGI server): >> However, one thing CP's WSGI server currently does *not* have is the >> ability for the user to configure SCRIPT_NAME. Christian Wyglendowski is >> working on a patch for that at the moment Ian Bicki

Re: [Web-SIG] Standardized template API

2006-02-01 Thread Christian Wyglendowski
Kevin Dangoor wrote: > On 1/31/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote: >> Unlike Jim, I'm also actively *against* having such a spec because it >> creates the illusion that a useful problem has been solved. I don't have >> anything against the Turbo/Buffet API, mind you, I just don't want it