Re: Trend CS Suite or CSM Suite for SMB? ... ScanMail / Exchange-aware A/V).... before they even get to user's mailboxes,...blocking & spam filtering. ... > I have a client who will be installing SMB 2k3 Prem but will not be ... (microsoft.public.windows.server.sbs)
Re: Threading question ... to the client, which thread will process the data, the caller or the client ... *If i have a threadpool that call a method on the client (via an interface),... You will have blocking on some level if you are waiting for something, ... thread make a blocking call, and then when the call returns, you can notify... (microsoft.public.dotnet.languages.csharp)
Re: Non-blocking method for reading writing objects to sockets ... also am writing a client/server using non blocking io. ... However I have set up a selector to select those clients with buffers ready to be read. ... When a client connects, register the channel with a reading selector ... (comp.lang.java.programmer)
Having a problem with some socket code ... Anyway I have it working with threads, as each client connects the socket... data method that calls recieve directly to get the size of the data in the ... This all works great if I don't use the Poll method to prevent the blocking... (microsoft.public.dotnet.languages.csharp)
Blocking vs non-blocking mode ... I've been using mainly blocking TCP sockets until now, ... Now that I try non-blocking sockets,... If client A sends data throught his DSL connection to client B which still ... (microsoft.public.win32.programmer.networks)