[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Urs

9/9/2004 4:19:00 PM

Hi

Is there some predefined limit on concurrent sessions on a singleton object?
It appears that only 20 clients may establish a connection, anything above
fails, like when the server wouldn't be responding. Is this a remoting
config issue, or some O/S dependent beaviour?

Thanks for any hints.

Urs


4 Answers

Ken Kolda

9/9/2004 4:46:00 PM

0

If you are using a non-server platform (i.e. Win XP, Win 2K Pro) then you
are limited to 10 concurrent client connections of all kinds (e.g. shared
folders, etc) -- this is an OS-level restriction. As for remoting itself,
there is no such restriction.

Ken


"Urs Vogel" <uvogel@msn.com> wrote in message
news:e3rGpiolEHA.3896@TK2MSFTNGP15.phx.gbl...
> Hi
>
> Is there some predefined limit on concurrent sessions on a singleton
object?
> It appears that only 20 clients may establish a connection, anything above
> fails, like when the server wouldn't be responding. Is this a remoting
> config issue, or some O/S dependent beaviour?
>
> Thanks for any hints.
>
> Urs
>
>


Urs

9/9/2004 6:01:00 PM

0

Thanks Ken

it turned out that this occurs due some weird limitations in a database
driver. The singleton is responding correctly.

Urs

"Ken Kolda" <ken.kolda@elliemae-nospamplease.com> schrieb im Newsbeitrag
news:e$nHZyolEHA.2504@TK2MSFTNGP14.phx.gbl...
> If you are using a non-server platform (i.e. Win XP, Win 2K Pro) then you
> are limited to 10 concurrent client connections of all kinds (e.g. shared
> folders, etc) -- this is an OS-level restriction. As for remoting itself,
> there is no such restriction.
>
> Ken
>
>
> "Urs Vogel" <uvogel@msn.com> wrote in message
> news:e3rGpiolEHA.3896@TK2MSFTNGP15.phx.gbl...
>> Hi
>>
>> Is there some predefined limit on concurrent sessions on a singleton
> object?
>> It appears that only 20 clients may establish a connection, anything
>> above
>> fails, like when the server wouldn't be responding. Is this a remoting
>> config issue, or some O/S dependent beaviour?
>>
>> Thanks for any hints.
>>
>> Urs
>>
>>
>
>


Robert Jordan

9/9/2004 6:10:00 PM

0

Ken Kolda wrote:

> If you are using a non-server platform (i.e. Win XP, Win 2K Pro) then you
> are limited to 10 concurrent client connections of all kinds (e.g. shared
> folders, etc) -- this is an OS-level restriction. As for remoting itself,
> there is no such restriction.

Only MS' own services (file server, IIS) are physically limited
on workstations. TCP/IP is unlimited (and so is .NET remoting).

However, the EULA restricts workstation to 10 inbound connections.

bye
Rob


>
> Ken
>
>
> "Urs Vogel" <uvogel@msn.com> wrote in message
> news:e3rGpiolEHA.3896@TK2MSFTNGP15.phx.gbl...
>
>>Hi
>>
>>Is there some predefined limit on concurrent sessions on a singleton
>
> object?
>
>>It appears that only 20 clients may establish a connection, anything above
>>fails, like when the server wouldn't be responding. Is this a remoting
>>config issue, or some O/S dependent beaviour?
>>
>>Thanks for any hints.
>>
>>Urs
>>
>>
>
>
>

Ken Kolda

9/9/2004 6:43:00 PM

0

Good to know -- thanks for the clarification.

Ken


"Robert Jordan" <robertj@gmx.net> wrote in message
news:chq69m$sch$03$1@news.t-online.com...
> Ken Kolda wrote:
>
> > If you are using a non-server platform (i.e. Win XP, Win 2K Pro) then
you
> > are limited to 10 concurrent client connections of all kinds (e.g.
shared
> > folders, etc) -- this is an OS-level restriction. As for remoting
itself,
> > there is no such restriction.
>
> Only MS' own services (file server, IIS) are physically limited
> on workstations. TCP/IP is unlimited (and so is .NET remoting).
>
> However, the EULA restricts workstation to 10 inbound connections.
>
> bye
> Rob
>
>
> >
> > Ken
> >
> >
> > "Urs Vogel" <uvogel@msn.com> wrote in message
> > news:e3rGpiolEHA.3896@TK2MSFTNGP15.phx.gbl...
> >
> >>Hi
> >>
> >>Is there some predefined limit on concurrent sessions on a singleton
> >
> > object?
> >
> >>It appears that only 20 clients may establish a connection, anything
above
> >>fails, like when the server wouldn't be responding. Is this a remoting
> >>config issue, or some O/S dependent beaviour?
> >>
> >>Thanks for any hints.
> >>
> >>Urs
> >>
> >>
> >
> >
> >