在 2006-3-2 12:28:04,Eugene Lazutkin <[EMAIL PROTECTED]> 写道: > > I just posted patches (trunk and magic) for *Subj*. You can find details > here: http://code.djangoproject.com/ticket/1442.
It's good and pythonic. I like the solution. Should we use the code """ def close( self ): if setting.USING_THREAD_POOL: return else: self.connection.close() """ instead of the oranginal "DatabaseWrap.close" function for high performence? -- james.zhang <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---