Now that the new Socket library is released (for preview, though): https://developers.google.com/appengine/docs/python/sockets/
*Does anyone know whether non-blocking sockets are (will be) available?* I didn't have any problem calling *setblocking(False)*, but *select.select(...)* on a GAE socket raises the following error (I guess because GAE sockets are not plain *socket.socket* objects): ValueError: select only supported on socket objects. Any experience with GAE non-blocking sockets is much appreciated :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
