>In this >loop we have a select() function, which returns the socket identitifers >where there has been some activity. Then we go thru each socket, retrieve >the context and deal with it. When all sockets have been dealed to, the event >loop continues. Under Unix, the same event loop is used to handle user >interface events. So this means that handling of events is serialized? That is, you don't have a pool of threads to process callbacks. So if the handling of the 3rd event will involve sending a another request, you won't be sending out that request until you get to that 3rd event. >> ----------------- >> I used a threaded debug utility to trace Netscape on Windows > >Just for curiosity, what's the name of that tool? :) Mutex bugtrapper. -mdaReceived on Friday, 11 June 1999 15:40:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:29 GMT