Re: Component Efficiency
- From: "Alexander Nickolov" <agnickolov@xxxxxxxx>
- Date: Thu, 30 Jun 2005 10:23:42 -0700
Desktop OSes have TCP backlog limit of 5 outstanding
TCP connection attempts, e.g. up to five clients may be
simultaneously establishing connections. There's no limit
on the established connections however. Thus it's not
suitable for any kind of TCP server, and especially not
a web server. Consider using Win2K Server or Win2K3
Server (or Linux).
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
"jerry_ys" <jerryys@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FABE4AF1-6540-4204-BA49-444A57286924@xxxxxxxxxxxxxxxx
> Hope i'm in the right group. I'm developing a small non-commercial website
> to
> run on windows 2000 pro with IIS. How many simultaneous users (approx) can
> this handle and what happens to the end-user if server freezes from too
> many
> users?
> (assume an upper end desktop configuration). The heart of the system will
> be the
> development of a data access COMPONENT (active exe rather than dll to
> better
> centrally control user data access. Also setting single thread rather than
> multiple thread again to better control access from the program.) Any
> Comments suggestions for improved efficiency would be greatly
> appreciated).
>
> thank you
>
>
.
- References:
- Component Efficiency
- From: jerry_ys
- Component Efficiency
- Prev by Date: Re: DLL as automation client
- Previous by thread: Re: Component Efficiency
- Next by thread: Missing files
- Index(es):
Relevant Pages
|