Non-blocking sockets work on GAE, I 'm not sure they work on the 
dev_appserver. GAE sockets  are actually API calls to a socket service. The 
SDK hides the native socket and select modules; when you import these 
modules, the SDK provides you with stubs. Note that any select and poll 
operations on sockets counts against your API calls quota, so use carefully.

-- 
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.

Reply via email to