Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: indy 10... a piece of crap
| Subject: | Re: indy 10... a piece of crap |
| Posted by: | "John Jacobson" (jake@j[nospam]snewsreader.com) |
| Date: | Tue, 28 Mar 2006 13:05:19 |
"twistedvoid" <postmaster@twistedvoid.com> wrote in message
news:44293972$1@newsgroups.borland.com...
>I have no need for threads.
Then you need to use a non-blocking framework like ICS. Indy is a blocking
framework, intended for threaded use.
The future of good software development is in threads, because the new CPU's
are hyperthreaded and/or multicore and software needs to take advantage of
that architecture to appear responsive and efficient. The sooner you start
writing multithreaded code the sooner you will get comfortable with it.