Re: How to handle sockets - easily?

2011-02-16 Thread William Ahern
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

Re: How to handle sockets - easily?

2011-02-16 Thread William Ahern
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

Re: The Nature of the “Unix Philosophy”

2006-06-08 Thread William Ahern
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