Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: ICS and serialisation effects
| Subject: | Re: ICS and serialisation effects |
| Posted by: | "Paul" (paul.blommaer..@telenet.be) |
| Date: | Thu, 8 Jun 2006 13:28:38 |
You should visit F.Piette's site www.overbyte.be
ICS has it's own list twsocket@elists.org
F.Piette himself and members of TeamICS can answer all your questions there.
Paul
"David Hooker" <david.d.hooker@gmail.com> schreef in bericht
news:448790b2@newsgroups.borland.com...
> Hi again.
>
>
> I was trawling through google's archive of this usegroup and came
> across this post:
>
>>> From: Kudzu - Team Indy - view profile
>>> Date: Fri, Nov 9 2001 5:24 pm
>>> "Charles Stack" <char...@codycomp.com> wrote in
> news:3beadcca$1_1@dnews:
>>> > I do use use ICS or IP*Works, but being event driven, it may
> handle the
>>> > load of many clients more effectively that a blocking solution.
>
>
>>> Only in about 2% of the solutions. You fail to mention serialization
>>> which is the achilles heal of non blocking.
>
>
> Because I want to run on a multi CPU rig, I need to run at least as many
> threads as I have CPUs. If I open a TCP or UDP server with ICS, are
> event notifications dispatched to the right threads efficiently? Also,
> are new connections load-balanced between the threads efficiently and
> effectively?
>
>
> Regards,
> David Hooker
none