Re: How server objects in .NET remoting hanle Multiple Client Request

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Any SAO will handle calls concurrently. In the case of a SingleCall object,
a new object will be created to handle each call and that object gets
destroyed when the call completes.

-chris

"vijrag" <vijrag.1zxedz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:vijrag.1zxedz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> Hi Chris,
>
> If Multiple clients call a Server Activated Object Marked as
> SingleCall, will they be serviced sequentially or concurrently in
> multiple Threads...
>
>
> --
> vijrag
> ------------------------------------------------------------------------
> vijrag's Profile: http://www.hightechtalks.com/m487
> View this thread: http://www.hightechtalks.com/t2303541
>


.