Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : From Indy 9 to Indy 10

www.cryer.info
Managed Newsgroup Archive

From Indy 9 to Indy 10

Subject:From Indy 9 to Indy 10
Posted by:"York" (nospam@nospam.com)
Date:Mon, 18 Dec 2006 23:17:35

I am considering to migrate from Indy 9 to Indy 10
Not started yet even not sure will do this at all but still would like to
research something in advance to be able to estimate how much time it will
require to do this.

Currently my server handles about 100 up to 150 connections at a time.
Each connection has a custom thread class assigned. This thread class has a
member which is a thread itself. The so called writer thread. It's task is
to poll a per-connection queue and write it to the socket.

If migrating to indy 10 I know I can't rely on the thread but store custom
data in the context, Right?
So should I create a custom context or something? (simarly like having a
custom thread class in 9)
And where do I create my custom "writer" thread for each client connection?

Finally could you provide me with links to download the following:
-Latest indy 9 stable version
-Latest indy 10 stable version

Thanks in advance

Regards

Replies:

www.cryer.info
Managed Newsgroup Archive