Re: PythonSessionOption - a new apache directive for session configuration

2005-06-15 Thread Nick
How about an explicit None value to completely disable it? If you don't want users on your site using it. Nick Jim Gallacher wrote: So, any further thoughts / comments / objections to PythonSessionOption, or shall I just check in the code? Regards Jim Jim Gallacher wrote: I've created

Re: Session Benchmarks

2005-06-18 Thread Nick
as its bsddb module. Nick

Re: flex [was mod_python 3.2.0-BETA available for testing]

2005-08-26 Thread Nick
that generates a nice, verbose error message explaining the situation. That way, when the user tries to call make after modifying the .l file, the fake flex alternative script gets called, displays the message, and exits with status 1. Nick Jim Gallacher wrote: Gregory (Grisha) Trubetskoy

Re: SQLite and other things [was Re: svn commit: r290569]

2005-09-23 Thread Nick
, since it doesn't have anything to do with the philosophy of mod_python, even by Grisha's definition, and solves some release issues with mod_python itself (can anyone say imports?). Nick

Re: glue between apache and python logging

2005-10-19 Thread Nick
Nic Ferrier wrote: Nick [EMAIL PROTECTED] writes: Nic Ferrier wrote: I just joined this list (at the suggestion of Graham Dumpleton) to try and get you guys to consider adding some glue to connect python 2.2 logging to Apache's logging. I have done this before, and although I haven't

Re: glue between apache and python logging

2005-10-19 Thread Nick
been pretty neat to include. Regardless of Grisha's personal feelings on that (and I have a pretty good idea of what they are ;-)), I think it was ultimately the right decision for mod_python. Nick

Re: glue between apache and python logging

2005-10-20 Thread Nick
in a closure to handle the freeing. Alternatively, you can register the server and use apache.log_error with a server object, which should not leak. Also, if you don't care about logging to a particular server, you can, of course, just call apache.log_error without a server argument. Nick

Re: mod_python 3.2.3b available for testing

2005-10-25 Thread Nick
breakage, I would consider this a bug introduced in 3.1.4, which was the last official release of mod_python, which will be corrected in release 3.3. Nick

Re: mod_python 3.2.3b available for testing

2005-10-25 Thread Nick
that the implementation of TemporaryFile changed in Python 2.3 may have something to do with it. I honestly don't remember what the previous behavior was, but it worked OK for me at one time :) Nick

Re: 3.2b5 : mod_python doesn't handle properly signals likeKILL,SEGV...

2005-11-24 Thread Nick
for myself, I have not had problems on ubuntu 5.10 amd64. Nick Jim Gallacher wrote: Michel Jouvin wrote: Jim, I am not totally surprised... I am afraid this is a platform specific issue as we are running mod_python on Tru64. Something like a 64 bits issue. Does it sound a reasonnable

Re: [jira] Commented: (MODPYTHON-93) Improve util.FieldStorage efficiency

2005-11-28 Thread Nick
If you provide say FieldStorage.make_dict that returns a dictionary, then I don't see why the order of the keys is important when the original list is still available. Nick Nicolas Lehuen wrote: Hi, Speaking of ordered dictionary : http://www.voidspace.org.uk/python/weblog

Re: [jira] Commented: (MODPYTHON-93) Improve util.FieldStorage efficiency

2005-11-29 Thread Nick
Jim Gallacher wrote: Nick wrote: Just one comment. It seems like it would be better just to make add_method inline, since everything else in __init__ is, and it never gets called from anywhere else. add_method? Haha, thanks, I haven't had coffee yet. The add_item method, that is. :) I

Re: mod_python 3.2.6b available for testing

2006-01-16 Thread Nick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Linux (amd64) Ubuntu Breezy (5.10), apache 2.0.54 (mpm-worker), python 2.4 Jim Gallacher wrote: | A new mod_python 3.2.6 beta tarball is now available for testing. | Nicolas has built windows versions for Python 2.4 and Python 2.3 which | should

Re: please set up a mod_python core group

2006-01-19 Thread Nick
of some kind, since it's becoming more and more widely used; I know we've got 2 or 3 people that normally respond to release tests that do. Nick

Re: mod_python 3.2.7 available for testing

2006-02-06 Thread Nick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Ubuntu 5.10 Breezy (amd64), Apache 2.0.54-worker, Python 2.4.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFD5/mTv4zJ7LQ+i84RAofQAKCb4ptmhPQa5QKRV/2sga60Xz4oAACcDygf IB8UDE0zlcUr+I16DWbQ09U= =WrUY -END PGP

Re: Constructing of a URL for location redirect.

2006-02-16 Thread Nick
Nicolas Lehuen wrote: BTW, did we ever considered using SWIG to map the Apache API ? I know it can be quite tricky to use, but it could be a real time saver. That's essentially what mod_snake did, and why I liked it so much. Though I don't remember if it used swig or pyrex. Nick

Re: Constructing of a URL for location redirect.

2006-02-16 Thread Nick
in the game. It's fun to think about, though. :) In a masochistic kind of way. Nick

Re: TLP Name

2007-05-16 Thread Nick
is a great Apache project name in that it's kind of related in a cultural memory kind of way to the project ideas, but obscure enough to be completely forgettable :) I guess Scales also falls into that category, and it gets my vote because it's easier to spell. Nick

Re: TLP Name

2007-05-21 Thread Nick
+1 Quetzalcoatl