Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Lag in data reurns using TCP_Infeed
| Subject: | Re: Lag in data reurns using TCP_Infeed |
| Posted by: | "Larry Killen" (lkill..@charter.net) |
| Date: | Fri, 8 Feb 2008 09:12:09 |
DM is the data module. The CommaDataOutfeed is a Tstringlist that is a
global variable to the main form and created in OnCreate event.
There are two threads, one for the Infeed and one for the Outfeed. I use
separate stringlist to process the data. I am only using the string lists
because it makes parsing very simple. They are not growing. They are
cleared after each record.
The outfeed process is quite large but it just is.
Where am I going wrong?
Thanks
Larry
"Martin James" <nospam@tuthill.com> wrote in message
news:47ac5a18@newsgroups.borland.com...
> I am doing this with two GSE's on 2 separate
>> threads.
>
> That huge 'frmMain.ProcessOutFeedData' is reentrant? It doesn't look
> reentrant to me, at first glance. 'DM', for example, does not seem to be
> a local. what is 'CommaDataOutfeed', and where is it declared?
>
> Rgds,
> Martin
none