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

2005-09-23 Thread Nicolas Lehuen
2005/9/23, Nick <[EMAIL PROTECTED]>: But there needs to be something.  What do you see on the list all the time?  People asking how do I implement database pooling, how to I use sessions,here's my database implementation for sessions.  I say put the publisher there as well, since it doesn't have an

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

2005-09-23 Thread Jim Gallacher
Nicolas Lehuen wrote: OK, I agree to remove SQLiteSession. I'll put it on my own website for curious people to use it if they want. However, this means that the PythonOption session must be extended for third-party developers to be able to provide their own session implementation. I want th

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

2005-09-23 Thread Nicolas Lehuen
OK, I agree to remove SQLiteSession. I'll put it on my own website for curious people to use it if they want. However, this means that the PythonOption session must be extended for third-party developers to be able to provide their own session implementation. Regards, Nicolas2005/9/23, Nick <[EMA

Re: svn commit: r290569 - /httpd/mod_python/trunk/lib/python/mod_python/SQLiteSession.py

2005-09-23 Thread Nicolas Lehuen
2005/9/23, Jorey Bump <[EMAIL PROTECTED]>: Nicolas Lehuen wrote:> That being said, why SQLite ? Because it's simple to install and use (no> administration required). You just give it a file name and you're ready> to roll. Plus, I really wanted to experiment with SQLite :). >> I must confess that th

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

2005-09-23 Thread Nick
Gregory (Grisha) Trubetskoy wrote: I think that (and we can discuss this - I don't set laws, I just have opinions that may not always beright, so feel free to comment) mod_python should do fewer things but do them exceptionally well. I would agree with that totally. As a long time user of mod

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

2005-09-23 Thread Jim Gallacher
Gregory (Grisha) Trubetskoy wrote: Just to put this SQLite business to rest. I think that (and we can discuss this - I don't set laws, I just have opinions that may not always beright, so feel free to comment) mod_python should do fewer things but do them exceptionally well. Roughly speakin

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

2005-09-23 Thread Robert Sanderson
>So based on the above, I think SQLite support should be removed. Not that I've done much apart from follow things (and suggest the revision of how the connection is read) but I agree with Grisha on this part. >The thing we need to address is what to do with nifty things we create >but that don't

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

2005-09-23 Thread Gregory (Grisha) Trubetskoy
Just to put this SQLite business to rest. I think that (and we can discuss this - I don't set laws, I just have opinions that may not always beright, so feel free to comment) mod_python should do fewer things but do them exceptionally well. Roughly speaking, to be included in mod_python some