2009/2/7 Sam Rushing <[email protected]>: > conn, addr = http_server.get_connection() > name = resolver.get_name (addr) > spawn_http_thread (conn, addr)
Ah, I see where you're going. With resolver.get_name implemented with a trip through an event loop or as a coroutine, we don't have to worry about manipulating this function's continuation by hand (as we would have to do with select in some way or another). Sorry for the confusion. >> Regarding simple python bitc prototypes, it could be a bit of fun >> writing a translatable bitc machine with pypy- it'd be usable faster. >> >> > Not sure what you mean here. PyPy with BitC as a target? a BitC implementation in rpython- meaning we'd be able to use any of the targets or GCs, with better performance (and perhaps soon, the JIT Generator.) Will _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
