Daniel Stenberg wrote: >> It seems it's not trivial to keep all the state needed. What can be done >> with NBIO that can't be done without? Is there a difference in how >> select() can be used e.g.? > > For example we can do multiple simultaneous transfers in the same > thread
How is this different from when using blocking IO? select() still returns the status for all sockets in the sets, right? > and integrate well with existing select() loops etc. Again - is there a difference between select()ing NB or B fds? > A primary reason for myself and a few others is that it has to be > non-blocking to integrate well into libcurl's eco system. Well, ok. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
