Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : ICS and serialisation effects
| Subject: | ICS and serialisation effects |
| Posted by: | "David Hooker" (david.d.hook..@gmail.com) |
| Date: | 7 Jun 2006 19:51:30 |
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