|
deneb at unixwave.org
deneb at unixwave.org
Sat Apr 21 19:37:24 EST 2001
On Sat, Apr 21, 2001 at 10:16:17PM +1000, Ben Leslie wrote:
> 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.
Writing for example the MySQLdb module inside mod_python ;-).
Simply in my projects I don't care about code duplication.
|