Re: [Web-SIG] WSGI 2

2009-08-05 Thread Randy Syring
frameworks manage the more complicated aspects of character encoding and clean APIs. Just my $0.02. -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever you do, do all to

Re: [Web-SIG] Getting back to WSGI grass roots.

2009-09-23 Thread Randy Syring
ers as well. I have been amazed at some of the detail and thoughtfulness you are all putting into this discussion. Thank you all for your hard work. ------ Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all

[Web-SIG] SQLAlchemy Queries & HTML Data Grid

2010-04-06 Thread Randy Syring
interested. -- ------ Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs

Re: [Web-SIG] SQLAlchemy Queries & HTML Data Grid

2010-04-07 Thread Randy Syring
better idea of what I am talking about. ------ Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 Aaron Watters wrote: Thanks Randy, very interesting. My initial reaction i

Re: [Web-SIG] SQLAlchemy Queries & HTML Data Grid

2010-04-07 Thread Randy Syring
trols. -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-

Re: [Web-SIG] High Performance solutions are needed to do things like urlretrieve

2010-07-14 Thread Randy Syring
. -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 David Shi wrote: urlretrieve works fine. However, when file size get very large. It goes on forever, and even fails. For instance, one of dow

Re: [Web-SIG] PEP 444 (aka Web3)

2010-09-16 Thread Randy Syring
to conform the spec to existing frameworks doesn't seem like the best approach in this case. ------ Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 chris.d...@gm

Re: [Web-SIG] PEP 444 (aka Web3)

2010-09-16 Thread Randy Syring
. -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/si

Re: [Web-SIG] Declaring PEP 3333 accepted (was: PEP 444 != WSGI 2.0)

2011-01-03 Thread Randy Syring
or the PEP or is it meant to be a note to the person running the example on Py3. If the latter, maybe "TODO" isn't the best prefix. FWIW, don't consider this an objection, it is just a question I had as I read through the PEP. ------ Rand

Re: [Web-SIG] PEP 444 / WSGI 2 Async

2011-01-06 Thread Randy Syring
d impression could be completely off, and if that is the case, feel free to ignore me. :) -- Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord (Rom 6:23) ___

Re: [Web-SIG] Extracting web data

2011-02-21 Thread Randy Syring
Also, if you are familiar with jQuery selector syntax, pyquery is very helpful! -- Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord (Rom 6:23

Re: [Web-SIG] Python ASP in IIS - Error 500

2011-02-26 Thread Randy Syring
You may get more traction on a question like this at the win32 mailing list. You might even want to check those archives. I have seen a few questions about python in ASP come through on that list. -- Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212

Re: [Web-SIG] A Python Web Application Package and Format

2011-04-14 Thread Randy Syring
to use. Just wondering if Windows/IIS is being kept in mind as this discussion is going on. I am having a hard time conceptualizing the things being discussed, so can't really tell myself. Thanks. -- Randy Syring Intelicom Direct: 502-276-0459 Office

Re: [Web-SIG] Move www.wsgi.org to Read The Docs

2011-09-16 Thread Randy Syring
http://wsgiorg.rtfd.org/ Thanks guys for putting in the time to convert the site over. -- Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord (Rom

Re: [Web-SIG] SERVER_PORT and Unix sockets

2012-01-02 Thread Randy Syring
the spec. FWIW, if it was me, I'd follow suit with what the other servers are doing. ----- Randy Syring Intelicom |Level 12 <http://inteli-com.com/index.html#level12> Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the fre

Re: [Web-SIG] WSGI for HTTP/2.0 ?

2014-09-20 Thread Randy Syring
e that the idea will be accepted into the WSGI PEP, it's just being merged into the comments repo * an individual should only update their own document, no PRs against someone else's document. o comments/discussions should go on the PR Just my $0.02. *Randy Syring* Husband

Re: [Web-SIG] WSGI for HTTP/2.0 ?

2014-09-20 Thread Randy Syring
On 09/20/2014 06:43 PM, Robert Collins wrote: On 21 September 2014 06:15, Randy Syring wrote: I'd suggest a "wsgi comments" github repo. So in the interests of getting things done and the spirit of EAFP I've set up https://github.com/python-web-sig/wsgi-ng. T

Re: [Web-SIG] How to make REMOTE_USER variable private across WSGI middlewares?

2016-10-11 Thread Randy Syring
on your description below. *Randy Syring* Husband | Father | Redeemed Sinner /"For what does it profit a man to gain the whole world and forfeit his soul?" (Mark 8:36 ESV)/ On 10/11/2016 06:47 PM, Etienne Robillard wrote: Here's the source code: https://bitbuc

[Web-SIG] Implementing File Upload Size Limits

2008-11-21 Thread Randy Syring
uld be interested in knowing how the most popular servers handle this or what the HTTP specs require if anyone knows. Thanks in advance for any insight you might be able to provide. -- ---------- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://ww

Re: [Web-SIG] Implementing File Upload Size Limits

2008-11-22 Thread Randy Syring
the file was they uploaded). Thanks. -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 Randy Syring wrote: I

Re: [Web-SIG] Implementing File Upload Size Limits

2008-11-22 Thread Randy Syring
[forgot to copy list] Graham Dumpleton wrote: 2008/11/22 Randy Syring <[EMAIL PROTECTED]>: I am looking for opinions and thoughts on best practice for limiting file upload size. I have a few considerations: If you use Apache/mod_wsgi to host your WSGI application, the best

Re: [Web-SIG] handling URLs with ending slash

2008-12-14 Thread Randy Syring
Manilo, Here is a thread on this topic, well a partial thread, start reading about half way down: http://groups.google.com/group/pylons-discuss/browse_thread/thread/6888b790239b488b I found it informative. -- Randy Syring RCS Computers & Web Solutions

[Web-SIG] Reverse Proxy & HTTPS

2009-04-04 Thread Randy Syring
s-ssl" and then use middleware on the python side to set wsgi.url_scheme appropriately. I just don't know the HTTP standard well enough to know how this kind of thing should be handled. Thank you for any help you can provide. -- ---------- Randy Syring

Re: [Web-SIG] Reverse Proxy & HTTPS

2009-04-06 Thread Randy Syring
Cameron Simpson wrote: On 04Apr2009 16:08, Randy Syring wrote: How tightly knit is the IIS i.e. do you have control over it? Maybe this rewrite thing should be set up in IIS instead, it seems the more obvious place for such control except that the rewrite config would no longer be "pa

Re: [Web-SIG] Reverse Proxy & HTTPS

2009-04-06 Thread Randy Syring
Graham, Excellent, thank you! That confirms for me the concept is correct, now all I have to do is work on an IIS implementation. FUN! -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or

[Web-SIG] Use 200 or 400 Status Code When...

2009-04-26 Thread Randy Syring
they requested an invalid student. However, should that document have a 200 or 400 (or some other) status code? Thanks. -- -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whate

Re: [Web-SIG] Use 200 or 400 Status Code When...

2009-04-27 Thread Randy Syring
Thomas, Unfortunately, it wasn't obvious to me that a 404 was appropriate in this situation. But, now that you mention it, I think you are right. Thank you for your input. -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs

[Web-SIG] empty action attribute with forms in Google Chrome

2009-04-27 Thread Randy Syring
Google Chrome got wrong? What I have works in IE, FF, and Opera. Thanks. -- -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever you do, do all to the glory of God.&quo

Re: [Web-SIG] empty action attribute with forms in Google Chrome

2009-04-28 Thread Randy Syring
. -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 Thomas Broyer wrote: On Mon, Apr 27, 2009 at 11:19 PM, Randy Syring wrote: For

[Web-SIG] Trac-like Query Builder

2009-06-29 Thread Randy Syring
Does anyone know of a Python package that would provide query building functionality like Trac has when doing a custom query on the tickets? -- -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, y

Re: [Web-SIG] repoze.bfg web framework 1.0 released

2009-07-05 Thread Randy Syring
ad/thread/14aef22ddb90347f But would love to be able to use something else that was more of a community effort. Thanks. -- -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever y

Re: [Web-SIG] repoze.bfg web framework 1.0 released

2009-07-05 Thread Randy Syring
Graham Dumpleton wrote: 2009/7/6 Randy Syring : Chris, Sounds interesting. Question: Does it support some kind of module/plugin architecture that will allow me to develop "plug- in" functionality across projects? What would be called in Django an "app". Th