On Wed, Sep 29, 2010 at 2:32 PM, raghav agarwal <raghav.agar...@gmail.com>wrote:

> want to know whether PyYIMt uses Non-blocking IO


yes and no.  The IO is blocking, but select is used to know if the socket is
ready for writing, so that it only writes if there's space.

-- 
- Norman Rasmussen
 - Email: nor...@rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/

-- 
You received this message because you are subscribed to the Google Groups 
"py-transports" group.
To post to this group, send email to py-transpo...@googlegroups.com.
To unsubscribe from this group, send email to 
py-transports+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/py-transports?hl=en.

Reply via email to