Re: [Python-Dev] epoll implementation

2006-05-26 Thread Jonathan LaCour
ed.) There is, in fact, an implementation of kqueue for Python already available. I have not used it myself, but it is available here: http://python-hpio.net/trac/ maybe the needforspeed people could take a look at this? -- Jonathan LaCour http://cleverdevil.org ___

Re: [Python-Dev] Pythonic concurrency

2005-09-29 Thread Jonathan LaCour
> I'd like to restart this discussion; I didn't mean to put forth active > objects as "the" solution, only that it seems to be one of the better, > more OO solutions that I've seen so far. Thanks for doing this. I think this is an issue that is going to be more and more important as Python conti

Re: [Python-Dev] GIL, Python 3, and MP vs. UP

2005-09-21 Thread Jonathan LaCour
king that same effort into better Python support for process-based multi-programming? All the categories that Simon suggested are great candidates for the targets of this effort. Are there any existing efforts that I don't know about? Jonathan LaCour http://c

Re: [Python-Dev] "and" and "or" operators in Py3.0

2005-09-19 Thread Jonathan LaCour
with SSN %s' % (name, birth_date, ssn)) To me, its just as natural as: { 'key' : value }.get('not_there', 'default') but more general purpose. I like the current behavior, and I think it makes a whole lot of sense. Jonathan LaCour http://cleverdevil.o