Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: "Danijel Tkalcec [RTC]" <dtkalcec@xxxxxxxxxxx>
- Date: Tue, 13 Dec 2005 14:04:22 +0100
> MsgCommunicator can have opened up to 2^32 connections simultaneously.
2^32 = 4.294.967.296
Sorry to bump-in like that, but this information is more than inaccurate.
The highest number of active connections is limited by the number of free
TCP/IP Ports and Windows resources. If your application uses persistent
connections (most binary transport protocols expect this), then this
connection will be using up one free Port. Since some Ports are reserved by
Windows and there are other Windows limitations, you won't be able to have
more than 50.000 active connections (I wasn't able to get more than 35.000
connections open at the same time), no matter what you do or how you set up
your Windows Server.
With stateless connection protocols like HTTP, it is possible to handle
virtualy unlimited number of clients, using limited number of Windows
resources, since connections do not have to be kept open and there are no
problems if a connection drops.
To put it simple ... if your connections have to be persistent (stay open),
your Server can NOT even handle 64K clients, simply because of limitations
of the TCP/IP protocol.
--
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: Ella Perelman [AidAim Software]
- Re: MsgCommunicator v.2.00: Instant Messenger SDK, now with databases support
- From: Jim McKay
- 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
- Prev by Date: Re: TeeChart?
- Next by Date: Re: Credti card processing by the application
- 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
|