Bubba wrote:
> William Ahern's log on stardate 16 vlj 2011
> /snip
> > I think that there's an asynchronous all-Python MySQL library, but
> > I'm not sure. Maybe one day I can open source my asynchronous MySQL C
> > library. (I always recommend people to use PostgreSQL, though; which
> > is supe
Bubba wrote:
> import asyncore
> import socket
> import string
> import MySQLdb
> import sys
> def __init__(self, host, port):
> asyncore.dispatcher.__init__(self)
> self.create_socket(socket.AF_INET, socket.SOCK_STREAM)
> self.set_reuse_addr()
> self.bind((ho
On Thu, 08 Jun 2006 13:41:13 +, Richard Bos wrote:
> Frank Silvermann <[EMAIL PROTECTED]> wrote:
>
>> Nils O. Selåsdal wrote:
>> > Xah Lee wrote:
>> >> The Nature of the âUnix Philosophyâ
>>
>> > Perhaps you should take a peek at the ideas in Plan 9 from Bell Labs,
>> > which is a cont