Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: "Mike Shkolnik" <mshkolnik2002@xxxxxxx>
- Date: Tue, 13 Dec 2005 23:48:20 +0200
Just for interest I googled and found the next answer:
http://www.mabry.com/faq/socketx0000.htm
How many sockets can I have open at the same time?
The maximum number of simultaneous open sockets will depend upon the TCP/IP
stack and the available resources on the machine. There is not way to change
this since each socket requires memory and resources, but you should be able
to open a few hundred sockets. When you hit the resources limit you will
probably get a WSAETOOMANYREFS or WSAENOBUFS Winsock error.
PS: also just for interest - as I understand, the web-server (created with
your components) will not work if 64K users will login, isn't?
Also if you use the own cache and store the session id some time (30
minutes, for example), then your web-server can't process the request from
64K users per this time (30 min in my sample). Or I missed something?
--
With best regards, Mike Shkolnik
E-mail: mshkolnik@xxxxxxxxxxxxx
WEB: http://www.scalabium.com
"Danijel Tkalcec [RTC]" <dtkalcec@xxxxxxxxxxx> wrote in message
news:439f2351@xxxxxxxxxxxxxxxxxxxxxxxxx
> Here's an informative FAQ about WinSock:
> http://www.tangentsoft.net/wskfaq/
>
> If not going through all the articles, at least check the:
> "4.8 - How many simultaneous sockets can I have open with Winsock?"
> http://www.tangentsoft.net/wskfaq/advanced.html#maxsockets
>
> --
> Danijel Tkalcec
> http://www.deltasoft.hr/rtc/author.htm
>
> RealThinClient components
> -------------------------------------------
> * The Easiest way to build Internet-enabled applications
> - Clients, Stand-alone Servers, ISAPI extensions -
> > Write and Call Remote Functions
> > Download and Upload Files
> > Single- and Multi-Threaded mode
> > Firewall friendly - all over HTTP
> > Stress-tested for highest stability
>
> http://www.deltasoft.hr/rtc
> http://www.deltasoft.hr/rtc/forum
>
>
.
- Follow-Ups:
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: Danijel Tkalcec [RTC]
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: Liz
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- References:
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: Wayne & Carr
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: Ella Perelman [AidAim Software]
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: Danijel Tkalcec [RTC]
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: Ella Perelman [AidAim Software]
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: Danijel Tkalcec [RTC]
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- Prev by Date: Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- Next by Date: Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- Previous by thread: Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- Next by thread: Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- Index(es):
Relevant Pages
|