Re: [Live-devel] about socket nonblock

2008-10-20 Thread zhenfeng ren
single-thread ,that is the reason! Thank you very much. 2008/10/20 Ross Finlayson <[EMAIL PROTECTED]>: > >> In Live555, I find that: >> Create a socket, and then set it nonblock. >> I cannot understand, why choosing the nonblock? > > Because applications that use the "LIVE555 Streaming M

Re: [Live-devel] about socket nonblock

2008-10-20 Thread Ross Finlayson
In Live555, I find that: Create a socket, and then set it nonblock. I cannot understand, why choosing the nonblock? Because applications that use the "LIVE555 Streaming Media" code run as a single-threaded event loop, we usually can't block on I/O to/from a socket. Ross Fi

[Live-devel] about socket nonblock

2008-10-20 Thread zhenfeng ren
hi, everyone: In Live555, I find that: Create a socket, and then set it nonblock. I cannot understand, why choosing the nonblock? zhenfeng ren ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/liv