|
Re: Query about Number of clients supported. Thanks Arkedy
I had also reached this soultion.
Can u suggest something in my next query. Do u see that?
Also does anyone have in depth references or books material on WCF like
session management, threading model, messaging architecture etc.
Best Regards
Danish Ahmed
"Arkady Frenkel" <arkadyf@hotmailxdotx.com> wrote in message
news:O%23AYHVenGHA.816@TK2MSFTNGP05.phx.gbl...
> Oops that typo have to be <behavior> ( under <behaviors> )
> Arkady
>
> "Arkady Frenkel" <arkadyf@hotmailxdotx.com> wrote in message
> news:%23R8ORTenGHA.1592@TK2MSFTNGP04.phx.gbl...
>> Try to add <throttling maxConnections="11" /> to <behaviour> element
>> Arkady
>>
>> "Danish Ahmed" <danish.ahmed@sharesense.com> wrote in message
>> news:OYeK6LbnGHA.5096@TK2MSFTNGP03.phx.gbl...
>>> Hi
>>>
>>> I developed a service which provides duplex communication, use
>>> WsDualHttpBinding, use session, instance mode is PerSession, concurrency
>>> mode is multiple. When i connect 10 clients they got success. But when i
>>> connect 11 clients the 11th client did not connected and
>>> TimeoutException is thrown.
>>>
>>> Can anyone tell me what how i solve this problem?
>>>
>>> Best Regards
>>> Danish Ahmed
>>>
>>
>>
>
> |