On 10/13/05, Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> wrote: > I'd just like to point out that Queue is not quite as useful as people > seem to think in this thread. The main problem is that I can't > integrate Queue into a select/poll based main loop.
Well, you're mixing two incompatible paradigms there, so that's to be expected, right? Either you're using async I/O or you're using threads. Mixing the two causes confusion and bugs no matter what you try. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com