CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #3
    Join Date
    Sep 2002
    Posts
    26

    Re: Remoting client channel

    Thank you very much for your reply

    Regarding the client - is it possible that response that arrives thru the same channel to several different clients at the same time going to be mixed?

    Regarding the server - the SingleCall setting insure that separate object is going to be created on server side for each client request. Does separate channel also created automatically for each client connection on the server side? or I have to manage that?
    Last edited by a_k_; April 10th, 2007 at 06:37 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured