Ben Leslie
benno at sesgroup.net
Sat Apr 21 22:16:17 EST 2001
On Sat, 21 Apr 2001, deneb at unixwave.org wrote: > On Sat, Apr 21, 2001 at 09:27:35PM +1000, Ben Leslie wrote: > > On Sat, 21 Apr 2001, deneb at unixwave.org wrote: > > > > > On Sat, Apr 21, 2001 at 01:26:23PM +1000, Ben Leslie wrote: > > > > On Sat, 21 Apr 2001, Brett Haydon wrote: > > > > Whats wrong with a real database? I think you'll run into > > > > far fewer concurrency issues using a database vs. ZODB. > > > It will be nice to have a set of classes integrated in the mod_python, > > > which set will manage the DBMS as same as PHP has methods to interface > > > itself with MySQL. > > > > > > But python already has all this! I don't see any need to have > > special mod_python things when you have the entire python libraries > > available. > Performance :) That's why. Explain how you can get better performance with some mythical mod_python database module vs native python module? Personally I think any speedup woudl be very marginal and not worse the extreme cost of code duplication etc. Benno
|